
html {
  height: auto;
  max-width: 100%;
}
body,h4 {
  color: white;
  background-image : url('black\ background.jpg');
  background-size: cover;
  font-family: abhaya libre:sans-serif;
  text-align: center;

  
  }

  h1{ font-size: 5em}

  h2 {
      color: gold;
  }
  h3 {
      font-size: 1.5em;
  }
  strong {
      font-weight: bold;
  }
}

  button{
    color: gold;
  }

  h5{
   font-size: 1em
  }