body {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    background-color: #F2F2F2;
    margin: 0;
    font-size: 1.2em;
}

#top-bar {
    margin-top: 0.6em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 2rem;
    border-bottom: 1px solid #777777;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.6em;
    padding-bottom: 0.2em;
}

.top-bar-item {
    margin: 0 1em;
}

.top-bar-item a {
    text-decoration: none;
    color: inherit;
}

.top-bar-item.selected {
    text-decoration: underline;
}

#index-main-image {
    width: 100%;
    height: 40vw;
    /* Adjust height to be 60% of the width (80vw * 0.6) */
    display: block;
    margin-left: 0;
    margin-right: 0;
    object-fit: cover;
    /* Fill the new dimensions, cropping if necessary */
    object-position: top;
    /* Align the image to the top, cropping the bottom */
    margin-top: -21px;
}


#oyna-main-image {
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
}

#om-oss-image {
    width: 100%;
    height: 40vw;
    /* Adjust height to be 60% of the width (80vw * 0.6) */
    display: block;
    margin-left: 0;
    margin-right: 0;
    object-fit: cover;
    /* Fill the new dimensions, cropping if necessary */
    object-position: center;
    /* Align the image to the top, cropping the bottom */
    margin-top: -21px;
}

#oyna-header {
    text-align: center;
    font-size: 5rem;
    color: #333333;
    margin-bottom: 0.5em;
}

.header {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 10px;
    color: #333333;
    margin-bottom: 0.5em;

    font-family: "Baskervville", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.great-vibes-regular {
    font-weight: 400;
    font-style: normal;
}

.content {
    margin-top: 1em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;

    font-family: "Baskervville", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
}

#oyna-image {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.section h2 {
    font-size: 3rem;
    text-align: center;
}

.content h2 {
    font-family: "Great Vibes", cursive;
    font-weight: 100;
}

.countdown {
    font-size:1em;
      font-family: "Baskervville", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    margin-top: 1em;
}