html { 
  background: url(Fla.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  p.groove {border-style: groove;}
}
body {
    font-family: "Audiowide", sans-serif;
    text-align: center;


h1 {
    background-color: antiquewhite;
    padding: 20px;
    width: 120px;
    text-align: center;
    align-items: center;
    margin-left: 45%;
    border-radius: 20px;
}

div {
    width: 1000px;
    margin-left: 17%;
    background-color: bisque;
    border-radius: 20px;
    padding: 10px;
}
footer {
    background-color: bisque;
    color: black;
    text-align: center;
    padding: 10px;
    margin-top: 300px;
    border-radius: 50px;
}

footer p {
    font-size: 16px;
    font-weight: 400; 
    margin: 30px
}
}