body {
    color: #e56b6f;
    background-color: #ffe5d9;
    font-family: 'Aboreto', cursive;
    align-items: center;
}

.container {
    padding: 5px 55px;
    justify-content: center;
    align-items: center;
}

.topicos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    font-size: 18px;
    width: 100%;
    background-color: #ffc8dd;
}

a {
    color: #b56576;
    text-decoration: none;
}

nav a {
    font-size: 23px;
    margin: 0px;
    width: 100vw;
    text-align: center;
}


nav a:hover {
    color: #e56b6f;
}

header img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 5px solid #ffc8dd;
    max-width: 100%;
    margin-right: 20px;
    margin-top: 15px;
}

.perfil {
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    font-size: 65px;
    color: #b56576;
}

main img { 
    border: 5px solid #ffc8dd;
    margin-top: 20px;
    max-width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

main p {
    text-align:center;
}

section p {
    font-size: 23px;
    font-family: 'Cardo', serif;
    text-align: justify;
}

h4 {
    color: #b56576;
    font-size: 23px;
}

.sobre-mim {
    text-align: justify;
}

.fotos-pessoal img {
    width: 190px;
    height: 190px;    
}

.fotos-pessoal {
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly; 
    margin: 0;
    padding: 0;
}

section ul {
    font-family: 'Cardo', serif;
    font-size: 23px;
}

.projetinhos {
    text-align: center;
}

footer img {
    width: 50px;
    height: 50px;
}

footer {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 22px;
}

footer a {
    margin: 12px;
}

footer p {
    margin-top: 3px;
}



@media screen and (max-width: 1204px) {

    section p {
        display: flex;
        flex-direction: column;
        font-size: 20px;
        word-wrap: break-word;
        text-align: justify;
        font-size: 25px;
        font-family: 'Cardo', serif;
    }
}

@media screen and (max-width:768px) {

    .topicos {
        flex-direction: column;
        font-size: 30px;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    
    h1 {
        font-size: 45px;
        justify-content: center;
    }

    h4 {
        font-size: 30px;
    }

    .perfil {
        flex-direction: column;
        text-size-adjust: 768px;
        justify-content: center;
    }

    section p {
        padding: 10px;
    }

    .fotos-pessoal{
        flex-direction: column;
        margin-bottom: 10px;
        justify-content: center;
    } 
   
    .contato {
        font-size: 20px;
        text-align: left;

    }
}

@media screen and (max-width:600px) {
    
    header img {
        margin-right: 0px;
        margin-top: 15px;
    }
    
    body {
        margin: 0px;
    }
    .container {
        padding: 0px;
    }
   
    nav {
        margin: 0px;
    }

    .topicos {
        flex-direction: column;
        font-size: 30px;
        display: flex;
        justify-content: center;
        text-align: center;
    }

  h1 {
        font-size: 45px;
        justify-content: center;
    }

    .perfil {
        flex-direction: column;
        text-size-adjust: 600px;
        justify-content: center;
    }

    main {
        padding: 15px;
    }
   
    h4 {
        font-size: 30px;
    }

    .fotos-pessoal{
        flex-direction: column;
        margin-bottom: 10px;
    } 

    .contato {
        font-size: 20px;
        text-align: left;
    }
}