body{
    background-color: rgb(28, 23, 33);
}
.profile{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: block;
    margin: 1% auto;
}
.name{
    font-size: 32px;
    color: white;
    font-weight: 800;
    text-align: center;
    margin-top: 20px;
}
.description{
    font-size: 18px;
    color: white;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}