body {
    background-image:url(Images/AnimatedBackground.gif);
    background-attachment: fixed;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
h1 {
    color:crimson;
    border: 6px black;
    padding: 6px;
}
h2{
    color:black;
    background-color: white;
    border: 6px dotted crimson;
    padding: 6px;
}
h3{
    background-color: black;
    border: 6px ridge gray;
    margin: 10px;
}
h4 {
    color: crimson;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size:200%;
    font-weight: bold;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: white;
    border: 4px ridge gray;
    padding: 4px;
    margin: 10px;
}
p {
    color: black;
    background-color: white;
    border: 4px solid black ;
    padding: 4px;
    text-align: center;
}
.centered-div{
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
a:link {
  color: crimson;
  background-color: transparent;
  text-decoration:wavy;
}
a:visited {
  color: crimson;
  background-color: transparent;
  text-decoration:wavy;
}
a:hover {
  color: gold;
  background-color: transparent;
  text-decoration: underline;
}
