html, body {
    margin: 0;
    background:black;
  }
  
  html {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
  }
  
  body {
    overflow: hidden;
    height: inherit;
  } 

h1{
  color: #bb0a1e;
}
  button{
    color: #bb0a1e;
    font-size: 2rem;
    letter-spacing: -1px;
    position: absolute;
    margin: 0;
    margin-top: 5px;
    top: -4px;
    right: 18.5em;
  
    color: solid;
    text-shadow: 2px 2px 4px black;

  }
