*{
    margin: 0%;
    padding: 0%;
}
body{
   /*background-color: rgb(237,222,185);*/
   background-color: #d6a215;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}
 .box{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}
.box img{
    
    height: 95%;
    width: 95%;
    border-radius: 50%;
}
.logo h5,p{
    color: white;
    margin-bottom: 10px;
}



.buttom{
position: relative;
display: flex;
justify-content: center;
align-items: center;
height: 50px;
width: 700px;
color: white;
border:1px solid white;
border-radius: 50px;
margin-bottom: 10px;
}

.buttom i{
    position: absolute;
    top: 15px;
    left: 20px;
}

.buttom:hover{
    cursor: pointer;
    background-color: white;
    color: rgba(42, 42, 202, 0.94);
    transition: all 0.3s;
}



.logo a{
    display:flex;
    text-decoration: none;
}

.nann{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 300px;
    border-radius: 50px;
    background-color: rgb(221, 221, 221);
    color: black;
    margin-bottom: 20px;
}

.nann h6{
    margin-left: 10px;
}

.nann:hover{
    background-color: white;
    transition: all 0.3s;
}






@media(max-width:576px){

    
    .buttom{
        width: 350px;
    }


}