@font-face {
  font-family: 'Bakso';
  src: url('bakso_menu.ttf');
}

@font-face {
    font-family: "TE20";
    src: url("https://db.onlinewebfonts.com/t/1c6eb2519248229e6860a41985bf1827.eot");
    src: url("https://db.onlinewebfonts.com/t/1c6eb2519248229e6860a41985bf1827.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/1c6eb2519248229e6860a41985bf1827.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/1c6eb2519248229e6860a41985bf1827.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/1c6eb2519248229e6860a41985bf1827.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/1c6eb2519248229e6860a41985bf1827.svg#UniversTE20-Thin")format("svg");
}

* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #f5f5f5;
  width: 80vw;
  max-width: 24em;
  margin: 4em auto;
  font-family: Arial, Helvetica, sans-serif;
}

#body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  margin-top: 1em;
  line-height: 1.5;
}

#kypa {
  text-align: center;
  font-family: Bakso;
  font-size: 6em;
  -webkit-text-fill-color: #80EF80;
  -webkit-text-stroke: 3px black;
} 

#kypa_sub {
  text-align: center;
  font-family: Bakso;
  font-size: 4em;
  -webkit-text-fill-color: #80EF80;
  -webkit-text-stroke: 2px black;
} 

#logo {
  display: block;
  width: 60%;
  margin: 0 auto;
}
/* 
@media screen and (width > 700px) {
  body {
    width: 50vw;
  }
}

@media screen and (width > 1200px) {
  body {
    width: 25vw;
  }
} */