body {
  color: #95e0ff;
  background-color: #00281f;

}

@font-face {
  font-family: "Xolonium";
  src: url(fonts/Xolonium-Regular.otf);

}

@font-face {
  font-family: "Xolonium";
  src: url(fonts/Xolonium-Bold.otf);
  font-weight: bold;

}

@font-face {
  font-family: "Saira";
  src: url(fonts/Saira-Regular.ttf);

}

@font-face {
  font-family: "Saira";
  src: url(fonts/Saira-Bold.ttf);
  font-weight: bold;

}

p {
  color: #95e0ff;
  font-family: Saira, sans-serif;
  font-style: normal;
  font-size: 100%;
  text-align: justify;

}

p.small {
  font-size: 80%;

}

img.header {
  display: block;
  margin: 0px auto;

}
