*{
    box-sizing: border-box;
    /* border: 1px solid black; */
}

.info{
    text-align: center;
    border: 1px red solid;
    background-color: orange;
}

.next{
    text-align: center;
    border: 1px red solid;
    background-color: orange;
}

body{
    margin: 0 auto;
    max-width: 95%;
    background-color: rgb(241,241,241);
}

h3{
    font-family: 'Cairo Play', sans-serif;
    font-size:x-large;
}

/* HEADER */

header{
    background-color: white;
    padding: 0%;
    display: flex;
    flex-direction: column;
}

header section{
    text-align: center;
}

header section p{
    font-size: small;
    font-family: 'Roboto', sans-serif;
}

header section h1,h2{
    margin: 0;
    font-family: 'Cairo Play', sans-serif;
    font-size: xx-large;
    margin-top: -10px;
}

header div{
    display: flex;
    justify-content: space-around;
    margin: 3% auto 5% auto;
}

header ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
}

header ul a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    color: black;
    border: 2px rgb(152,171,160) solid;
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(241,241,241);

}

header ul a:hover{
    background-color: lightgreen;
    zoom: 1.1;
}


/* MAIN */
main section{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3%;
}

main section p{
    text-align: justify;
    margin: 0;
}

/* Section About Me */
.aboutMe{
    display: flex;
    flex-direction: row;
    font-family: 'Roboto', sans-serif;
    justify-content: space-between;
}
.aboutMe img{
    width: 40%;
}

.aboutMe div{
    width: 58%;
}

/* Section Dev Experience */
.devExp{
    display: flex;
    flex-direction: row;
    font-family: 'Roboto', sans-serif;
    justify-content: space-between;
}
.devExpTitle{
    width: 40%;
}
.devExpOver{
    width: 58%;
}

/* Section Projects */
.projects article{
    display: flex;
    font-family: 'Roboto', sans-serif;
    justify-content: space-between;

}
.projects article div{
    display: flex;
    flex-direction: column;
    width: 58%;
}
.projects img{
    width: 40%;
}

.projects a{
    text-decoration: none;
    font-size:x-large;
    color: black;
    padding: 15px;
}


/* Section Education */
.education {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.education article{
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    margin: 1%;
    width: 100%;
}

.education article h4{
    text-align: center;
    margin: 1%;
}

.education article p {
    text-align: justify;
    margin: 1%;
}

/* FOOTER */

footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
}

footer div{
    width: 33%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

footer div p{
    text-align: center;
    margin: 0;
    font-size: small;
}

footer div img{
    width: 80%;
}

footer section {
    width: 33%;
    display: flex;
    justify-content: space-between;
}

footer p{
    text-align: center;
    font-size: small;
}

@media screen and (max-width:451px) {
    body{
        margin: 0 auto;
        max-width: 95%;
        background-color: #f5f5f5;
    }

    /* HEADER */

    header{
        background-color: white;
        padding: 0%;

    }

    header section{
        text-align: center;
    }

    header section h1,h2{
        margin: 0;
    }

    header div{
        display: flex;
        justify-content: space-around;
        margin: 5%;
    }

    header ul{
        list-style: none;
        display: flex;
        justify-content: space-around;
        padding: 0;
    }

    header ul a{
        text-decoration: none;
    }

    /* MAIN */
    main section{
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 3%;
    }

    main section p{
        text-align: justify;
        margin: 0;
    }

    /* Section About Me */
    .aboutMe img{
        width: 90%;
    }

    /* Section Education */
    .education {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .education article{
        display: flex;
        flex-direction: column;
        border: 1px solid black;
        margin: 1%;
        width: 100%;
    }

    .education article h4{
        text-align: center;
        margin: 1%;
    }

    .education article p {
        text-align: justify;
        margin: 1%;
    }

    /* FOOTER */

    footer{
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: white;
    }

    footer div{
        width: 33%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    footer div p{
        text-align: center;
        margin: 0;
        font-size: small;
    }

    footer div img{
        width: 80%;
    }

    footer section {
        width: 33%;
        display: flex;
        justify-content: space-between;
    }

    footer p{
        text-align: center;
        font-size: small;
    }
}




/*
 Header 
header {
    display: flex;
    flex-direction: column;
    background-color: white;
    }

    header section{
        display: flex;
        flex-direction: row;
        justify-content:space-around;
        }

        img {
            width: 200px;
            height: 150px;
        }

        header section div{
            display: flex;
            flex-direction: column;
            justify-content:space-around;
            align-items: center;
            }

    .title{
        width: 80%;
        font-family: Cairo Play;
        font-size: xx-large;
        }

        .titleName{
            margin: 0 200px 0 0;
        }

        .titleJob{
            margin:0 0 0 200px;
        }

    .menu{
        list-style: none;
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
        max-width: 80%;

    }

    .menu a{
        text-decoration: none;

    }
 MAIN 

.aboutMe{
    display: flex;
}
    


Footer 


    footer div{
        display: flex;
        gap: 50px;
    } */