html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #070A0A;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a  {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

@font-face {
    font-family: "GOTHIC"; 
    src: url("../css/fonts/GOTHIC.TTF") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
} 
