@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&family=Krona+One&family=Song+Myung&display=swap');

header{
     padding: 4em 0 1em 17%;
}
nav{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none;
  color: white;
}
ul{
    list-style:none;
}
a:hover,
a:focus {
  color: #ffce88;
  text-decoration: none;
}
#title{
    font-size:28px;
    font-family: 'Abril Fatface', cursive; 
    color:white;
    display:inline-block;
    word-break:keep-all;
    line-height:50px;
    margin:0 auto;
}
/*클릭한 것*/
#active{
    color:darkorange;
}
