@font-face {
   font-family: "Serif";
   src: url("../fonts/font.woff") format("woff");
}

body {
   font-family: "Serif", serif;
   font-size: 1rem;
   background-color: black;
   color: white;
}

.logo {
   fill: white;
   position: fixed;
   bottom: 0;
   left: 0;

   display: flex;
   height: 9rem;
   width: auto;
   padding: 0.5rem;
}

main {
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
}

::selection {
   background: transparent;
   color: #9cff00;
}
