body{
    background-color: #000000;

}

main{
    margin-left:60px ;
}


a {
    text-decoration: none;
  }


#header{
    color: aliceblue;
    text-align: center;
}
#title{
    color: aliceblue;
}
#Description{
    margin-top: -15px;
    color: rgb(155, 195, 227);
}

#tools-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Tools{
    border: 1px;
    border-style: solid;
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(145, 218, 235);
    border-color:rgb(14, 73, 100);
    background-color:#060e11;
    border-radius: 20px;
    max-width: 270px;
    text-align: left;
    margin: 10px;
}
#links{
    color: aliceblue;
} 

#icons{
height: 40px;
margin-left: 109px;
border-radius: 100px;
}

#IconsNavbar{
margin-left: 20px;
margin-top: 20px;
height: 30px;
transform:translateX(135px);
border-radius: 4px;
}

#iconsonbar{
    transform: translateY(-12px);
    margin-bottom: 7px;

}

#Textonbar a{
    margin-bottom: 5px;
    display: flex;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    text-decoration: none;
    transform: translateY(-5px);
  
}

#Textonbar:hover {
  background-color: #0d2735;
  color: rgb(163, 253, 245);
}