
body{
    height: 100vh;
    width: 100vw;
    /* background-image: linear-gradient(90deg, rgb(255, 137, 137) 33.33%, #fff892 33.33%, #ceff79 66.66% ); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0px;
    background-image: linear-gradient(90deg, #ff8989 17.17%, #fff892 17.17%, #fff892 33.33%, #ceff79 33.33%, #ceff79 50%, #ff8989 50%, #ff8989 67.17%, #fff892 67.17%, #fff892 83.33%, #ceff79 83.33%, #ceff79 100%);

  }

.top-bit {
  font-family: monospace;
  display:flex;
  flex-direction: column;
  align-items: center;
}

button {
  font-family: monospace;

  background-color: grey; /* Green */
  border: none;
  border-radius: 7px;
  color: white;
  padding: 5%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.bottom-bit {
  font-family: monospace;
  display:flex;
  justify-content: space-between;
  padding-right: 5%;
  padding-left: 5%;
}
