body {
    padding: 0;
    margin: auto !important;
    width: 1920px;
    font-family: calibri;
}

#front {
    background-image: url("/assets/images/banner1.png");
    position: relative;
    z-index: -1;
    width: 1920px;
    height: 50vh;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;
}
#spotDiv {
    margin: 165px 0px 40px 0px;
    display: flex;
    align-items: center;
}

#SpotTitle {
    text-align: center;
    margin: 0px;
    width: 100%;
}

#SpotLine {
    width: 100%;
    color: #4D8592;
    background-color: #000000;
    height: 0px;
}

.leftArrow {
    display: block;
    width: 26px;
}

.leftArrow, .leftArrow::before, .leftArrow::after {
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
}

.leftArrow::before, .leftArrow::after { 
    left: 12px;
    top: 6px;
    width: 15px;
    content: "";
    display: block;
}

.leftArrow::before {
    transform: rotate(45deg);
    top: -6px;
}

.leftArrow::after {
    transform: rotate(315deg);
}

.backButton {
    transform: rotate(180deg);
    position: absolute;
    top: 200px;
    left: 140px;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-width: 5px;
    border-color: white;
    border-radius: 100px;
    background-color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: white;
}

#articles {
    cursor: pointer;
    display: flex;
    padding: 0px 140px 0px 140px;
    width: 1640px;
    flex-wrap: wrap;
    color: black;
}

.otherArticles img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}

.otherArticles h2 {
    height: 45px;
    font-size: 12pt;
    font-weight: bold;
    cursor: pointer;
}

.otherArticles {
    margin: 10px;
    padding: 13px;
    width: 218px;
}