p {
    width: 90vw;
    margin-bottom: 2.5vh;
    font-size: 1.1rem;
}

h1 {
    align-self: flex-start; 
    margin-bottom: 1.5vh;
}

.bold {
    font-weight: bold;
}

section {
    justify-content: center;
    width: 90vw;
    margin: auto;
}

iframe {
    width: 90vw;
    height: 90vh;
}

@media only screen and (max-width: 1000px) {
    iframe {
        height: 50vh;
    }

    p {
        width: 80vw;
    }
}