body
{
    font-family: "Arial";
    text-align: center;
    background-color: #f5f1f1ff;
    color: #1d1d1dff;
    background-repeat: repeat; 
    background-size: 200px;
}
.usr-profile-pict {
    width:120px;
    height:120px;
    border-radius: 999px;
    object-fit: cover;
}
input {
    width: 90%;
    height: 35px;
    font-size: 21px;
    background-color: #f2eeeeff;
    border: solid 0.25px #1c1c1cff;
    border-radius: 8px;
    padding: 5px;
    outline: none;
}
.login-box {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
a {
    text-decoration: none;
    color: #1d1d1dff;
    font-size: 16px;
}
a:hover {
    color: #1f1f1fff;
}
