
:root {
    --background-color: #0F222D;
    --logo-color: #DB321A;
    --accent-color: rgb(171, 171, 186);
    --main-font: "Segoe UI", 'arial', Times, serif;
}

#es-title {
    font-size: 50px;
    padding-top: 0px;
    margin-top: 0;
    height: 30px;
    font-family: var(--main-font);
}

#es-text {
    font-family: var(--main-font);
    font-size: 22px;
    margin-left: 20px;
    margin-right: 20px;
}

#container {
    overflow-y: none;
}

#thanks_h2 {
    font-family: var(--main-font);
    font-size: 27px;
    margin-left: 20px;
    margin-right: 20px;
}

h3 {
    font-family: var(--main-font);
    font-size: 25px;
    margin-left: 100px;
    margin-right: 20px;
}

a {
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration: underline;
    color: darkblue;
}

.project_imgs_div {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    
}

.project_img_sec:nth-child(2) {
    margin-bottom: 50px;
}

.project_imgs {
    width: 24.5%;
}
