@font-face {
    font-family: "codeNewRoman";
    src: url("fonts/Code-New-Roman.woff") format('woff');
}

body {
    background-color: #282a36;
}

.center {
    margin: auto;
    width: 50%;
    padding: 20%;
}


h1 {
    font-family: codeNewRoman, monospace;
    color: #ffb86c;
    text-align: center;
}
