/* 

.social-media-icon-class{

}

*/

.social-media-icon-class:hover{
    color: white;
    font-size: xx-large;
    border-radius: 30%;
    border: 2px solid blue;
    background-color: blue;
    
}


.menu{
    color: white;
    font-size:larger;
    font-weight: bolder;
}


.nav-bar{
    background-color: blue;
}

.img-logo-class{
    width: 50px;
    height: 50px;
}

.create-account-btn{
    font-size: large;
    font-weight: bolder;
}



.account-container-class{
    width: fit-content;
    height: fit-content;
    border: 2px solid blue;
    border-radius: 2%;
    align-content: center;
}