@font-face {
    font-family: "FiraCode";
    src: url("fonts/FiraCode-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Goldman";
    src: url("fonts/Goldman-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "JosefinSans";
    src: url("fonts/JosefinSans-Regular.ttf") format("truetype");
}

@media only screen and (max-width: 600px) {
    .large {
        display: none;
    }

    .sm-white {
        color: white;
    }

    .container {
        margin-top: 0em;
    }
}

@media only screen and (min-width: 600px) {
    .container {
        margin-top: 6em;
    }
}

body {
    font-family: 'Goldman';
    background-color: black;
    color: green;
}

.fira-code {
    font-family: "FiraCode";
}