body {
    background-image: url(homepage.jpg);
    font-family: sans-serif;
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
     
  }

  
  
  h1 {
    font-size: 50px;
    padding: 0px;
    color: white;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
  }
  
  h2 {
    font-size: 20px;
    color: white;
    font-family: serif;
    
  }
  header {
    padding: 10px;
    text-align:center;
    background: rgb(0,0,0);
    color: white;
    font-size: 30px;
  }

  h1, h2, p {
    text-align: center;
  }

  

  .button5{
    border-radius: 30px;    
    text-align: right;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  .button6{
    border-radius: 30px;    
    text-align: right;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }


  