body {
    margin: 0;
    font-family: "Open Sans", comic-sans;
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: table;
   }
   
   #activity {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
   }
   
   #activity:before {
    content: "COE WU Innovation 2025";
    position: absolute;
    top: -1;
    left: 0;
    width: 100vw;
    height: 10vh;
    background: rgba(10, 10, 10, 10, 10);
   }
   
   #result {
    text-transform: uppercase;
   }
   a:link,
   a:hover,
   a:visited,
   a:active {
    text-decoration: bold;
   }
   .hits {
    font-size: 5.75em;
    font-weight: bolder;
   }
   