body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: table;
}

#activity {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#activity:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 10vh;
  background: rgba(0, 239, 211, 0.463);
}
#activity:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 10vh;
  background: rgba(0, 170, 255, 0.197);
}

#result {
  text-transform: uppercase;
}

.tryagain {
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(127, 206, 119);
background-image: none;
background-origin: padding-box;
background-size: auto;
border-bottom-left-radius: 16px;
border-bottom-right-radius: 16px;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-family: 'Open Sans', sans-serif;
font-size: 32px;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
height: 93px;
line-height: normal;
margin-bottom: 8px;
margin-left: 9.28px;
margin-right: 9.28px;
margin-top: 8px;
min-height: 0px;
min-width: 208px;
outline-width: 0px;
padding-bottom: 24px;
padding-left: 24px;
padding-right: 24px;
padding-top: 24px;
position: relative;
text-align: center;
text-transform: none;
transition-delay: 0s;
transition-duration: 0.28s;
transition-property: box-shadow;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
width: 351.594px;
z-index: 0;
-webkit-user-select: none;
}

a:link, a:hover, a:visited, a:active {
  text-decoration: none;
}
.hits {
font-size: 2em;
font-weight: bolder;
}