body {
    background-color: black
}








#intro {
    width: 520px;
    margin: auto;
    text-align: center;
    font-family: Nanum Myeongjo;
    color: white;
    font-size: 20px;
    position: relative;
    top: 120px;
    
}

#intro h1 {
    font-family: Caprice;
}





#choice {
    width: 500px;
    text-align: center;
    font-family: Caprice;
    font-size: 35px;
    position: relative;
    margin: auto;
    top: 170px;
}




















@font-face {
  font-family: Caprice;
  src: url(fonts/caprice.ttf);
}

.nanum-myeongjo-regular {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: normal;
}
