@font-face {
    font-family: Dronetronik;
    src: url(Railway.otf)
}

@font-face { 
    font-family: Berkeley;
    src: url(BerkeleyMono-Regular.woff2);
    
}
html, body {
    font-family: Berkeley;
    color: white;
    background: black;
}

a {
    color: white;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#logo {
    font-family: Dronetronik;
    padding: 10px 15px;
    margin-top: 128px;
    font-size: 128px;
}

#tagline {
    border: 1.5px solid white;
    padding: 10px 15px;
    margin-top: 10px;
}

#contact-us {
    margin-top: 25px;
    margin-bottom: 25px;
}
