@font-face {
    font-family: 'Dimitri'; /*a name to be used later*/
    src: url('../fonts/dimitri.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Roboto'; /*a name to be used later*/
    src: url('../fonts/Roboto-Regular.ttf'); /*URL to font*/
}

body {
    background-color: #0c0c0c;
    font-family: 'Roboto';
    color: #e0e0e0;
    font-size: 22pt;
    text-align: center;
    overflow-y: hidden;
}

#page {
    height: 3000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
    margin-top: -20px;
    border-left: dashed #00e4a054 2px;
    border-right: dashed #00e4a054 2px;
}

h1 {
    font-family: 'Dimitri';
    color: #e9e9e9;
    font-size: 50pt;
    text-align: center;
}