body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Noto Sans Mono', monospace;
    color: #F5DE91;
}

* {
    margin: 0;

}

nav {}

nav a {
    color: #F5DE91;
    display: block;
}

nav a:hover {
    color: white;

}

header {
    background-image: url(1.jpg);
    height: 100vh;

    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
}

#nav {
    box-sizing: border-box;
}

ul {
    list-style-type: none;

    text-align: center;
    box-sizing: border-box;
}

li {
    display: inline-block;
    box-sizing: border-box;
}

li>a {
    padding: 20px;
    text-decoration: 0;
    box-sizing: border-box;
}

h1 {
    margin: 0 0 30px
}

article h1 {
    text-align: center;
}

#top {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    flex-direction: column;
    font-size: 25px;
    text-align: center;

}

#top h1 {
    font-weight: 700;
}

#top p {
    font-weight: 600;
}

#logo img {
    width: 100%;
}

#logo {
    width: 600px;
}

article {
    text-align: center;
    background-color: black;
}

.page-one {
    /* text-align: center; */
    padding: 50px 0;
    background-color: black;

}

iframe {
    width: 100%;
    max-width: 1000px;
    height: 600px;
    /* border: 1px solid #293869; */
    box-sizing: border-box;
}

.page-two {
    display: flex;
}

.page-two section {
    width: 50%;
    padding: 5%
}

.page-two iframe {
    height: 500px;
}

.page-two p {
    margin-top: 100px;
}

.menulog img {
    max-width: 100px;
    width: 100%;
}