body{
    background-color: rgb(5, 23, 68);
}
.headdiv img{
    height: 150px;
    display: flex;
    margin:auto;
    border-radius: 100%;
}
.headdiv{
    align-items: center;
}
#name{
    color:white;
    text-align: center;
    font-family: Poppins;
}
#username{
    color:white;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-family: Roboto;
}
#byeline{
    color:white;
    text-align: center;
    font-family: Montserrat;
}
.socialicons img{
    height:25px;
    margin:2px;
}
.socialicons{
    display: flex;
    justify-content: center;
}
.link button{
    text-align: center;
    border-radius: 30px;
    height: 50px;
    width:400px;
    cursor: pointer;
    margin-top: 5px;
    background-color: aquamarine;
    font-family: Montserrat;
    font-weight: bold;
    font-size:15px;
    display: block;
    margin-left: auto;
    margin-right:auto;
}
.link button:hover{
    background-color: white;
}
.link{
    text-align: center;
    display: block;
}
.other h3{
    text-align: center;
    color: white;
    font-family: Montserrat;
}
.other button{
    text-align: center;
    border-radius: 30px;
    height: 50px;
    width:400px;
    cursor: pointer;
    margin-top: 5px;
    background-color: aquamarine;
    font-family: Montserrat;
    font-weight: bold;
    font-size:15px;
    display: block;
    margin-left: auto;
    margin-right:auto;
}
.other button:hover{
    background-color: rgb(255, 162, 0);
    color:white;
}
.footer p{
    text-align: center;
    color:white;
    font-weight: bold;
    font-family:poppins;
}