




body {
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-top: 50px solid rgb(186, 222, 197);
    /*border-bottom: 50px solid rgb(186, 222, 197);*/
    margin: auto;
    padding-bottom: 400px;
}

header {
    background-color: rgb(239, 245, 239);
}

        #archive-back-to-home-button {
            border-radius: 0 0 50px 0;
            border: 3px solid #6b6d6b;
            width: 200px;
            height: 40px;
            background-color: #6b6d6b;
            font-size: 120%;
        }

        #archive-back-to-home-link {
            color: white;
            text-decoration: none;
            margin: auto;
            line-height: .2;
        }
 

#archive-header {
    display: flex;
    flex-direction: row;
    column-gap: 5%;
    padding-right: 75px;
    padding-bottom: 0px;
    padding-top: 0px;
    
}

#archive-header-container {
    display: flex;
    flex-direction: row;
    column-gap: 5%;
    margin-bottom: 5%;
    padding-bottom: 5%;
    width: 100%;
    background-color: rgb(239, 245, 239);
    border-bottom: 4px solid #6b6d6b;
}

#archive-title {
    color: #4e9364;
    font-size: 800%;
    margin-top: 7%;
    font-weight: 1;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 100%;
    font-family: "Arial";
    font-weight:450;
    -webkit-text-stroke: 2px #6b6d6b;
}

#archive-header-divider {
    border-left: 4px solid #4e9364;
    height: 300px;
    margin-top: 2%;
}

#archive-headshot-container {
    display: block;
    padding-right: 5%;
    padding-top: -2%;
    text-align: center;
    margin: auto;
    margin-top: 4.5%;
}

#archive-headshot {
    width: 200px;
    border-radius: 50%;
    border-color: #6b6d6b;
    border-width: 4px;
    border-style: solid;
    margin: auto;
    background-color: white;
}

#archive-about-me-button {
    border-radius: 50px;
    border: 3px solid #6b6d6b;
    width: 200px;
    height: 40px;
    background-color: #6b6d6b;
    font-size: 120%;
}

#archive-about-me-button-link {
    color: white;
    text-decoration: none;
    margin: auto;
    line-height: .2;
}
 
            







#archive-article-archive {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: auto;
}
       
        #archive-articles {
            display: grid;
            flex-grow: 1;
            background-color: #4e9364;
            width: 340px;
            height: 415px;
            overflow: clip;
            border-radius: 25px;
            border: 4px solid #6b6d6b;
            box-shadow: 0 2px 2px;
            color: rgb(250, 246, 236);
            text-align: center;
        }

        #archive-article-titles {
            height: 50px;
            margin: 0px;
            font-size: 200%;
            margin-top: -25px;
            line-height: 1.3;
            text-align: center;
            padding-right: 5%;
            padding-left: 5%;
        }

        #archive-article-thumbnails {
            width: 342px;
            height: 340px;
            border-radius: 0 0 25px 25px;
            margin-bottom: -90px;
        }







    
            




    