html, body {
background: url(https://zacharycarr.art/Style%20images/BG.webp) repeat;
}
construction {
    font-size: 20px;
    text-align: center;
}

body {
    font-size: 35px;
    font-family: "Times New Roman", times, serif;

    
    
    
}

header {
  margin: 0px 0px 0px 0px;
  text-align: center;
}

buttons {

  display: flex;
  justify-content: center;
  justify-content: space-evenly| center;
  align-items: center;
  padding: 10px;
}

p {
    color: darkgray;
    font: 30px/1.5 "Times New Roman", times, serif;
    padding: 30px 20px;
    border: 1px black solid;
    border-width: 2px 5px 5px 2px;
    border-color: maroon maroon maroon maroon;
    margin: 20px 50px 20px 20px;
}


ul {
  color: darkgray;
    padding: 30px 30px;
    border: 1px black solid;
    border-width: 2px 5px 5px 2px;
    border-color: maroon maroon maroon maroon;
    margin: 20px 50px 20px 100px;
}

h1 { 
    margin: 20px 50px 20px 50px;
    color: Purple
    

}


h2 { 
  font-family: "Times New Roman", times, serif;
    
    color: firebrick;
    text-align: center;
}

h3 { 
  font-family: "Times New Roman", times, serif;
    margin: 00px 0px 0px 0px;
    color: gray;
    text-align: center;
}

h4 { 
  font-family: "Times New Roman", times, serif;
    color: gray;
    text-align: center;
}

h5{ 
  font-family: "Times New Roman", times, serif;
  color: #cd544a;
    margin: 20px 100px 20px 100px;
    border: 1px black solid;
    border-width: 2px 5px 5px 2px;
    border-color: maroon maroon maroon maroon;
    padding: 20px;
}

construction {
  color:gray
}


h6{
  color: brown;
  font-size: 20px
  margin: 20px 200px 20px 60px;

  
}

a {
  color: firebrick; 
}