body {
    background-color: #084c61;
    max-width: 100%;
    max-height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

#main {
    margin-top: 13.5%;
    margin-bottom: 13.5%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
