* {
    margin: 0px;
    padding: 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body {
    background-color: #ccd4e5;
}

.principal {
    margin: 20px auto;
    min-width: 300px;
    max-width: 30rem;
    min-height: 40rem;
    background-color: #071c47;
    display: flexbox;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.cabecalho {
    justify-content: center;
    text-align: center;
}

#foto-perfil {
    width: 230px;
    border-radius: 80px;
    margin-top: 2rem;
}

#nome-perfil {
    color: #bad1ff;
    margin: 1.5rem 3rem;
}

.texto-principal {
    color: white;
    margin: 1.5rem 3rem;
    font-size: 1rem;
}

.skills h2 {
    color: #bad1ff;
}

.skills {
    color: white;
    margin: 2rem 4rem;
}

.links {
    text-align: center;
    color: white;
    justify-content: space-around;
    padding-bottom: 2rem;
}

.links a {
    color: white;
    margin: 0rem 1rem;
}