@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
  font-family: "Courneuf-Regular";
  src:
  url("Courneuf-Regular.ttf");
}




body {
  background-image: url(bird.webp);
/*   background-color: #023399; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 30%;
  height: 100vh;
  padding:0px;
  margin:0px;
  font-family: Courier Prime;
}

h1{
/*     margin: 3pt; */
    font-family: Courier Prime;
    font-size: 15pt;
    font-weight: bold;
}

pre {
    font-family: Courier Prime;

}

/*via https://clipchamp.com/content/cc_e98d01853-XP-large-text-box/  */
.xpBox{
  border-image: url(xp.webp) 85 140 62 55 fill / 87px 140px 62px 55px;
  padding: 87px 55px 62px 55px;
}

.child {
  /* ... */
  position: absolute;
  top: 0;
  left: 0;
}

.parent {
  background: black;
  width: 552px;
  height: 167px;
  position: relative;
}

.iridosBox{
  border-image: url(HudBackground.png) 8 8 8 8 fill / 8px 8px 8px 8px;
  padding: 8px 8px 8px 8px;
}

.main {
  background: white;
  border: double 5pt black;
  background-repeat: no-repeat;
  width: fit-content;
  text-align: center;
  margin: auto;
  padding: 7px;
  float: left;
  margin-bottom: 100px;
}
.info {
  background: white;
  border: double 5px black;
  background-repeat: no-repeat;
  width: 60%;
  text-align: center;
  margin: auto;
  padding: 7px;
  float: right;
}
.float-container {

  margin-left: 150pt;
/*   margin-right: 150pt; */
/*   border: 3px solid #000000; */
  padding: 20px;
}

/*.footerbox{
  position: relative;
  bottom: 0;
}

footer {
  position: absolute;
  bottom: 0;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 50px;
  align-content: end;
  background: white;
  text-align: center;
}*/

.header {
  position: fixed;
  margin: 10px;
/*   top: 25pt; */
/*   margin-top: -20px; */
  background: white;
  border: solid 3px black;
  border-style: solid solid solid solid;
  background-repeat: no-repeat;
  width: 100pt;
  text-align: left;
/*   margin-bottom: 100px; */
  padding-left: 5pt;
  border-radius: 0pt 10pt 0pt 0pt;
}
