@import url('https://fonts.googleapis.com/css2?family=Honk&family=Knewave&family=Playpen+Sans:wght@800&family=Poppins:wght@900&family=Rubik+Maps&family=Shantell+Sans:wght@600&display=swap');
html {
  height: 100%;
  width: 100%;
  font-size:42pt;
}
iframe{
  height: 100%;
  width: 100%;
  border: none;
}
body{
    background-color: #ffff00;
    font-family: 'Honk', system-ui;
    color:black;
}
#logo{
    font-size: 73px;
    color:black;
}
/*#logo:hover{
    font-size: 89px;
    background-color: #ffff9e;
    color:#7c7200;
}*/
hr{
    border-color:#000;
    border-radius: 10px;
}