@font-face {
    font-family: LibraSansModern;
    src: url("./libra-sans-modern.regular.otf") format("opentype");
}
@font-face {
    font-family: LibraSansModern;
    font-weight: bold;
    src: url("./libra-sans-modern.bold.otf") format("opentype");
}
@font-face {
    font-family: LibraSansModern;
    font-style: italic;
    src: url("./libra-sans-modern.italic.otf") format("opentype");
}
@font-face {
    font-family: LibraSansModern;
    font-weight: bold;
    font-style: italic;
    src: url("./libra-sans-modern.bold-italic.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow: hidden; /* Prevent scrollbars */
}

body {
  background-color: 575550;
  background-image: "blizzard-1920x1080.png";
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-top: 1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.center {
  display: block;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

img {
  padding-bottom: 0; 
  margin-bottom: -5px;
  max-height: 60%;
  margin-left: auto;
  margin-right: auto;
  border: 0.4rem solid #fff;
}

p {
  color: #fff;
  font-size: 11pt;
  font-family: LibraSans, Helvetica, Futura, Roboto, 'Open Sans', sans-serif;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
  height: 30vh;
  max-width: 96hw;
  line-height: 1.5;
}

u {
  color: #fff;
}

a {
  color: #fff;
  text-decoration-color: #ddd;
}

:link {
  color: #fff;
}

:visited {
  color: #fff;
}
