@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@font-face {
  font-family: exo2;
  src: url('https://osuminecraft.us/fonts/Exo2-VariableFont_wght.ttf') format('truetype');
}

body {
  background-color: rgb(215, 63, 9);
  margin-top: 0;
  margin: 0;
}

h1 {
  text-align: center;
  font-size: 60px;
  color: white;
  font-family: exo2;
}

p1 {
  color: white;
  font-size: 20px;
}

h2 {
  font-size: 20px;
  color: white;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.p {
  font-size: 40px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: Georgia, serif;
}

.pa {
  font-size: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.parallax {
  background-image: url('https://osuminecraft.us/images/background.jpg');
  min-height: 770px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin: 0;
}

.footer {
  text-align: center; 
  width: 100%;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(37, 37, 37);
  color: white;
}
