html {
background: #345736;
font-family: caveat;
}
header {
  font-family: caveat;
  font-size: xx-large;
  color: B0FEF4;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1vh;
}
#main_info{
  font-family: caveat;
  border: rgb(105, 119, 52);
  border-style: solid;
  border-radius: 5px;
  border-width: 10px;
  color: B0FEF4;
  height: auto;
  width: 30%;
  margin: auto;
  text-align: center;
  line-height: 1vh;
  font-size: 24px;
}
#lastUPD {
  font-family: clacon2;
  color: B0FEF4;
}
.setting-note {
  margin-top: 20vh;
  margin-bottom: 10vh;
}
.to-main {
  margin-top: 5px;
  margin-left: 50%;
  text-align: center;
  font-size: xx-large;
  display: inline-block;
  padding: 5px 15px;
  border: 2px solid white;
  color: white;
  text-decoration: none;
}
@font-face {
  font-family: caveat;
  src: url("fonts/caveat.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: clacon2;
  src: url("fonts/clacon2.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.custom-font {
  font-family: 'clacon2', fantasy, sans-serif;}