*,
::after,
::before {
    box-sizing: border-box;
}

body {
    background: linear-gradient(#00111e 30%, #000000);
    font-family: 'Orbitron', sans-serif;
    line-height: 1.5em;
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

a {
    color: #344761;
    text-decoration: none;
}
