/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
   
  title{text-align: center;} 
  h1 {text-align: center;}
  title{font-family: 'Times New Roman', Times, serif;}
  h1 {font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}
  body {
    background-color:#F7C04D;
    
}
p1{text-align: center}
p1{font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}

        header {
    text-align: center;
    padding: 35px;
    margin: auto;
    width: 100%;
    max-width: 900px;
    border-radius: 30px;
    position: relative;
        }
      
.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #EDA40B;
  padding: 16px 60px ;
}

.button1:hover {
  background-color:#EDA40B;
  color: white;
  padding: 16px 60px ;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
  padding: 16px 60px ;
}

.button2:hover {
  background-color:#008CBA;
  color: white;
  padding: 16px 60px ;
}
.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #EDA40B;
  padding: 16px 60px ;
}
.button3:hover {
  background-color:#EDA40B;
  color: white;
  padding: 16px 60px ;
}
.button4 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
  padding: 16px 60px ;
}

.button4:hover {
  background-color:#008CBA;
  color: white;
  padding: 16px 60px ;
}
.button5 {
  background-color: white; 
  color: black; 
  border: 2px solid #EDA40B;
  padding: 16px 40px ;
}
.button5:hover {
  background-color:#EDA40B;
  color: white;
  padding: 16px 60px ;
}
