

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: white;
}



p {
    font-family: 'Nunito', sans-serif;
}

/* html {
    height: 100%;
} */

main {
    /* background-image: linear-gradient(180deg, #2debb9, #ffdd1e); */
    background-image: linear-gradient(180deg, #25bc94, #eeca00);
}

#main {
    height: 100%;
}

#about_main {
    height: 100%;
}

#jimimage {
    display: flex;
    justify-content: center;
}

.circleimg {
    margin-top: 10px;
    width: 150px;
}


.heading {
    text-align: center;
    color: white;
    font-family: 'Righteous', sans-serif;
    font-size: 1em;
}

#heading h1 {
    font-size: 2.7em;
    margin-top: -4px;
}

#heading h2 {
    margin-top: -8px;
}

a h3 {
    font-family: 'Righteous', sans-serif;
    font-size: 1.7em;
}

.link_container {
    color: white;
    margin-top: 9px;
    /* border: 2px solid purple; */
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.button {
    display: flex;
    border: solid 3px white;
    height: 60px;
    width: 325px;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

#btn_back {
    margin-top: 10px;
    margin-bottom: 30px;
}


#about_container p{
    text-align: justify;
    text-justify: inter-word;

}

#about_container a {
    color: #51ff00;
}

#footer {
    /* font-family: 'Lato', sans-serif; */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}


@media screen and (min-width: 470px) {
    .link_container {
        width: 70%;
    }

    #btn_back {
        width: 300px;
        height: 40px;
    }

    #back_link_container {
        margin-top: 35px;
    }

}

@media screen and (min-width: 1050px) {
    #heading h1 {
        font-size: 3.7em;
    }

    #heading h2 {
        font-size: 2em;
    }

    .link_container {
        width: 52%;
        margin-top: 15px;
    }

    .button {
        width: 425px;
        margin-bottom: 8px;
    }

    #btn_back {
        width: 300px;
        height: 40px;
    }

    #back_link_container {
        margin-top: 35px;
    }

    #about_main {
        height: 100vh;
    }

}