body{
    padding: 50px;
    height: 800px;
    background-position: center;
    background-color: #151d27;
}
.top{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    padding: 10px;
}
.top img{
    width: 220px;
    height: 220px;
    border-radius: 70px;
    
}

.contato{
    width: 25%;
    background-color: #253549;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    border-radius: 50px;
    padding: 20px;
}
.habilidades{
    width: 25%;
    background-color: #253549;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    border-radius: 50px;
    padding: 20px;
    margin-top: 10px;
}

.perfil{
    width: 70%;
    margin-left: 360px;
    margin-top: -485px;
    justify-content: space-around;
    background-color: #253549;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    border-radius: 50px;
    padding: 20px;

}
    

