*{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
img{
    width: 180px;
}

.container{
    width: 100%;
    height: 100vh;
    background: ededff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile{
    width: 90%;
    max-width: 320px;
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0 10px 40px rgba(156, 156, 156, 0.2);
    border-radius: 5px;
    color: black;
}
.profile input{
    font-size: 15px;
    text-align: center;
    margin-top: 5px ;
    width: 200px;
    border: solid gray 1px;
    border-radius: 7px;
}
.profile button{
    font-size: 15px;
    color: black;
    background-color: #F4E04D;
    border-radius: 7px;
    border-color: #F4E04D;
    width: 100px;
}