@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200..900&display=swap');

body {
    background-color: rgb(245, 245, 245);
}

a, a:visited, a:active {
    color: #d3ae6e;
    font-family: Inter, serif;
    text-decoration: none;
    font-size: 1.2em;
}

a.active {
    color: #fff;
}

p, div {
    font-family: Inter, serif;
}

menu {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    height: 50px;
    display: flex;
    bottom: 0;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    background-color: #02021f;
}

menu > li {
    display: inline;
}

.wrapper {
    position: absolute;
    width: 100%;
    height: 95%;
}

.wrapper > .main-iframe {
    width: 100%;
    height: 95%;
}