body {
    font-family: bebas, serif;
    background-color: #212C4A;
    color: #CBB26A;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
}

h1 {
    font-size: 45px;
    margin: 0;
    width: 100%;
    text-align: center;
}

p {
    margin: 0;
}

.in-progress {
    width: 100%;
    text-align: center;
}

.look-at {
    font-family: Roboto, sans-serif;
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.youtubes {
    display: flex;
    justify-content: space-evenly;
    width: 100vw;
    flex-wrap: wrap;
}

.youtube-frame {
    width: 48vw;
    height: calc(48vw * 9 / 16);
    max-width: 900px;
    max-height: 506px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .youtubes {
        flex-direction: column;
    }

    .youtube-frame {
        width: 80vw;
        height: calc(80vw * 9 / 16);
    }
}

.container {
    padding-top: 50px;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}