/* font-family: NMSFuturaProBook */
@import url('https://font.nmscd.com/assets/font/NMSFuturaProBook_Kerned/Web-TT/NMSFuturaProBook_Kerned.css');
/* font-family: NMSGeoSans */
@import url('https://font.nmscd.com/assets/font/NMSGeoSans_Kerned/Web-TT/NMSGeoSans_Kerned.css');

html {
    background-color: black;
    color: white;
}

* {
    box-sizing: border-box;
    font-family: 'NMSGeoSans', sans-serif;
}

button,
a {
    cursor: pointer;
}

a {
    color: #b0e0ff;
}

body {
    margin: 0%;
}

.screen {
    display: none;
}

.active {
    display: flex;
}

