* {
    font-family: "Press Start 2P";
}

header {
    width: 100%;
    height: 50px;
}

body {
    padding: 23px;
}

@media (min-width: 1200px) {
    body {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

#title {
    height: 130%;
    margin-left: auto !important;
    margin-right: auto !important;
}

#spot-dropdown {
    padding-bottom: 10px;
    font-size: smaller;
}

/* Live section */

#live-readings-container {
    display: flex;
    width: 100%;
    aspect-ratio: 1 / 0.35 !important;
    padding-bottom: 10px;
}

#wind-speed-container {
    width: 65%;
    position: relative;
}

#wind-speed {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: x-large;
}

#wind-speed-units {
    margin: 0;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: x-large;
}

#wind-direction-container {
    display: -webkit-flex;
    display: flex;
    width: 35%;
    text-align: center;
    display: inline-block;
}

#wind-direction {
    width: 100%;
    object-fit: contain;
}

/* Recent section */

#recent-readings-container {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
}

.recent-reading-container {
    width: 25%;
    aspect-ratio: 1/1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.summary-reading {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.summary-reading-label {
    margin: 0;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: small;
}

#avg-direciton-container {
    display: -webkit-flex;
    display: flex;
}

#avg-wind-direction {
    width: 100%;
    object-fit: contain;
}

/* map section */

#map-container {
    text-align: center;
}

#map {
    width: 100%;
}