@font-face {
    font-family: Jeju;
    src: url(JejuMyeongjo-Regular.ttf);
}
html, body{
    font-family: "Jeju", Arial, Helvetica, sans-serif;
    background-color: #232323;
    color: #FFFFFF;
    overflow: hidden;
    margin: 0px;
    text-align: center;
}
a{
    text-decoration: none;
}
a:link{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
h1{
    font-size: 35pt;
    margin: 2%;
}
h1:hover{
    color: lightgrey;
}
h1 a{
    text-decoration: none;
    color: #FFFFFF;
}
#title{
    flex-basis: 75%;
}
#arrow-holder{
    /* border: #FFFFFF 0.25mm solid; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 60vh; */
}
#navbar{
    margin-top: 4%;
    display: flex;
    align-items: center;
    justify-content: right;
}
#buttons{
    display: flex;
    flex-direction: column;
    margin-right: 8%;
}
button{
    border-radius: 5px;
    background-color: #232323;
    color: #FFFFFF;
    outline: #FFFFFF;
    width: 75px;
    height: 35px;
    margin: 7%;
    font-family: "Jeju";
}
button:hover{
    background-color: #1a1a1a;
    color: white;
}