html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#hero-main {
    height: 80vh;
    background-color: #153243;
    display: grid;
}

.hero-images {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 20px;
}

#hero-h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 30px;
    color: #F4F9E9;
    letter-spacing: 2px;
    text-align: center;
}

#mount {
    height: 250px;
}

#code {
    height: 132px;
}

#resume-main {
    height: 80vh;
    background-color: #B4B8AB;
}

.resume-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#resume-h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 75px;
    color: #284B63;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0%;
    padding-top: 75px;
    
}

#resume-a {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 75px;
    color: #284B63;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0%;
}

#cvimg {
    height: 150px;
    width: 150px;
    padding-top: 75px;
}

#project-main {
    height: 80vh;
    background-color: #284B63;
}

#project-h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 100px;
    color: #B4B8AB;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0%;
    padding-top: 75px;
}

.flex-moveit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-moveit > * {
    height: 250px;
    width: 450px;
}

#about-main {
    height: 80vh;
    background-color: #F4F9E9;
}

#about-h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 75px;
    color: #153243;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0%;
    padding-top: 75px;
}

#about-p {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 30px;
    color: #153243;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0%;
}

.about-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact-main {
    height: 80vh;
    background-color: #EEF0EB;
}

.contact-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-flex > * {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 30px;
    color: #153243;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0%;
}


#contact-h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 75px;
    color: #153243;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0%;
    padding-top: 75px;
}

@media (max-width: 400px) {
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    }

#hero-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
    background-color: #153243;
    display: grid;
}

#mount {
    height: 150px;
    width: 125px;
}

#code {
    height: 78px;
}

.hero-images {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0px;
}

#hero-h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #F4F9E9;
    width: 235px;
    letter-spacing: 2px;
    text-align: center;
}

#resume-main {
    height: 80vh;
    background-color: #B4B8AB;
}

.resume-flex {
    display: flex;
    gap: 50px;
    flex-direction: column;
    align-items: center;
}

#resume-h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
    color: #284B63;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0%;
    padding-top: 75px;
    
}

#resume-a {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 35px;
    color: #284B63;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0%;
}

#cvimg {
    height: 150px;
    width: 150px;
    padding-top: 25px;
}

#project-main {
    height: 80vh;
    background-color: #284B63;
}

#project-h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
    color: #B4B8AB;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0%;
    padding-top: 75px;
    padding-bottom: 40px;
}

.flex-moveit {
    display: flex;
    flex-direction: column;
    gap:40px;
    align-items: center;
    justify-content: center;
}

.flex-moveit > * {
    height: 150px;
    width: 300px;
}

#about-main {
    height: 80vh;
    background-color: #F4F9E9;
}

#about-h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 45px;
    color: #153243;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0%;
    padding-top: 45px;
}

#about-p {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #153243;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0%;
    width: 350px;
}

.about-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact-main {
    height: 80vh;
    background-color: #EEF0EB;
}

.contact-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-flex > * {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #153243;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0%;
    width: 300px;
}


#contact-h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
    color: #153243;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0%;
    padding-top: 90px;
}
}

@media (min-width: 370px) and (max-width: 1000px) {
    html, body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }
    
    #hero-main {
        height: 80vh;
        background-color: #153243;
        display: grid;
    }
    
    .hero-images {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 20px;
    }
    
    #hero-h1 {
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 25px;
        color: #F4F9E9;
        letter-spacing: 2px;
        text-align: center;
    }
    
    #mount {
        height: 100px;
    }
    
    #code {
        height: 50px;
    }
    
    #resume-main {
        height: 80vh;
        background-color: #B4B8AB;
    }
    
    .resume-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    #resume-h1 {
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 60px;
        color: #284B63;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 0%;
        padding-top: 25px;
        
    }
    
    #resume-a {
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 50px;
        color: #284B63;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 0%;
    }
    
    #cvimg {
        height: 130px;
        width: 130px;
        padding-top: 35px;
    }
    
    #project-main {
        height: 80vh;
        background-color: #284B63;
    }
    
    #project-h1 {
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 50x;
        color: #B4B8AB;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 0%;
        padding-top: 20px;
    }
    
    .flex-moveit {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .flex-moveit > * {
        height: 170px;
        width: 300px;
    }
    
    #about-main {
        height: 80vh;
        background-color: #F4F9E9;
    }
    
    #about-h1 {
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 50px;
        color: #153243;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 0%;
        padding-top: 65px;
    }
    
    #about-p {
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 15px;
        color: #153243;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 0%;
        width: 300px;
    }
    
    .about-flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    #contact-main {
        height: 80vh;
        background-color: #EEF0EB;
    }
    
    .contact-flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    
    .contact-flex > * {
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 20px;
        color: #153243;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 0%;
    }
    
    
    #contact-h1 {
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 40px;
        color: #153243;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 0%;
        padding-top: 75px;
    }
}
