@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
html {
    background-color: #1d1d1d;
}
body {
    background-color: #1d1d1d;
    color: #e5e5e5;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

main {
    padding: 30px 300px 50px 300px;
    padding: 50px;
}

h1,
h2,
h3 {
    text-align: center;
}
ol {
    font-size: 16px;
}

li {
    font-size: 14px;
}

a{
    color: #e5e5e5;
}

.topnav {
    background-color: #cc3333;
    overflow: hidden;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    display: none;
}

.topnav img {
    width: 150px;
    height: 50px;
}

#title {
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 5px 8px 20px;
    display: none;
}


iframe {
    aspect-ratio: 16/9;
    width: 100%;
}
@media only screen and (max-width: 720px) {
    main {
        padding: 15px;
    }
}
