/* html {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5em;
    font-weight: 599;
} */

.whole {
    display: inline-block;
    background-color: rgb(204, 204, 204);
    margin: 0px;
}

.profilepic {
    border-radius: 60%;
    width: 200px;
    height: 200px;
    margin-top: 20px;
}

#nav a {
    display: block;
    text-decoration: none;
    width: 30%;
    color: rgb(255, 255, 255);
}

.main {
    width: 72%;
    backgroud-color: rgb(204, 204, 204);
    float: right;
    display: inline-block;
    padding: 15px;
}

#headings {
    text-align: center;
}

.conta {
    text-align: center;
}