*{
    box-sizing: border-box;
}
body{
  background-color: black;
  color: white;
  font-family: utdtm;
  margin: 0px;
}
#container {
  max-width:1200px;
  margin:auto;
}
header{
    padding: 25px;
    display: flex;
    justify-content: center;
}
#sidebar{
    width: 15%;
    float: left;
    padding: 25px;
    font-size: 2.5em;
}
#sidebar ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#sidebar a{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: end;
}
#sidebar a:hover{
    color: #a6a6a6;
}
#sidebar li{
    float: left;
}
main{
    width: 85%;
    float: left;
    text-align: center;
}
#vbf_intro{
    width: 640px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
@media only screen and (max-width: 1000px) {
    header, #sidebar, main, #vbf_intro{
        width: 100%;
    }
    #sidebar{
        text-align: center;
    }
    
}
@font-face {
    font-family: 'utdtml';
    src: url('UndertaleDeterminationMonoLarge.woff2') format('woff2'),
        url('UndertaleDeterminationMonoLarge.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'utdtm';
    src: url('fonts/UndertaleDeterminationMono.woff2') format('woff2'),
        url('fonts/UndertaleDeterminationSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'utdts';
    src: url('fonts/UndertaleDeterminationSans.woff2') format('woff2'),
        url('fonts/UndertaleDeterminationSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'utplain';
    src: url('fonts/UndertaleDotumChePlain.woff2') format('woff2'),
        url('fonts/UndertaleDotumChePlain.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'utcomic1';
    src: url('fonts/UndertaleComicSans-Style1.woff2') format('woff2'),
        url('fonts/UndertaleComicSans-Style1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'utcomic2';
    src: url('fonts/UndertaleComicSans-Style2.woff2') format('woff2'),
        url('fonts/UndertaleComicSans-Style2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'utpapyrus1';
    src: url('fonts/UndertalePapyrus-Style1.woff2') format('woff2'),
        url('fonts/UndertalePapyrus-Style1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'utpapyrus2';
    src: url('fonts/UndertalePapyrus-Style2.woff2') format('woff2'),
        url('fonts/UndertalePapyrus-Style2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'utwingdings';
    src: url('fonts/UndertaleWingdingsGaster.woff2') format('woff2'),
        url('fonts/UndertaleWingdingsGaster.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}