@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Fjalla+One&family=Indie+Flower&family=Marko+One&family=Paprika&family=Shadows+Into+Light&display=swap');

body {
    background-color: #f0cec7;
    color: #804847;    
}

h1 { 
    font-family: "Amatic SC";
    text-align: center;
    font-weight: 800;
    font-style: bold;
}

h2 {
    text-align: center;
    font-family: "Amatic SC";
}

.amatic-sc-regular {
  font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.amatic-sc-bold {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
    padding: 5px 20px;
}

img {
    margin-bottom: 15px;
    margin-top: 15px;
}

nav {
    align-content: center;
}

p {
    text-indent: 10px;
}

footer {
  text-align: center;
  font-size: .8em;
  padding: 1em;
  #AU-Logo {
    position: fixed;
    bottom: -150px;
    left: -100px;
    transform: scale(0.2);
  }
}