@import url('https://fonts.googleapis.com/css2?family=Nixie+One&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*:not(.topnav) {
    background-color: #FEFBEC;
}

* {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

html, body {
    margin: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/*body *:not(:first-child) {
    margin: 10px;
}*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Nixie One", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #94AE89;
}

p {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-top: 0px;
    margin-top: 5px;
}

.topnav {
    /*overflow: hidden;*/
    position: relative;
    background-color: #dce2ff;
    width: 100%;
}

.logoLink > .logo {
    width: auto;
    max-height: 5em;
    background-color: #dce2ff;
    padding: 1%;
}

.topnav > .logoLink {
    color: #dce2ff;
    background-color: #dce2ff;
    text-decoration: none;
    text-decoration: none !important;
    border: 0px !important;
    outline: none;
    border-width: 0px;
    outline-width: 0px;
    border-bottom: none;
}
