body {
    color: #C65D7B;
    background: #F6E7D8 url(Imagem/background.jpg);
    font-family: Inconsolata;
    font-size: 20px;
    text-align: center;

}


header {
    width: auto;
    height: 650px;
    text-align: center;
    padding-top: 150px;
    
}
h4 {
    color: #874356;
    text-align: center;
    text-decoration: underline;
}

nav {
    background: #F6E7D8;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
}


#nome {
    color: #874356;
    font-size: 50px;
    font-weight: bold;
}
#estudante {
   
    color: #C65D7B;
    font-size: 20px;
}


#foto {
    object-fit: cover;
    height: 300px;
    width: 300px;
    border-radius: 50%;   
    border: 1px solid #874356;
    padding: 5px;
}
#sobre-mim {
    background: #F6E7D8;
}


.link {
    color: #C65D7B;
    text-decoration: none;
}
.link:hover {
    color: #874356;
    font-weight: 700;

}

.habilidades {
    text-align: left;
}