@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Eater&family=Playwrite+DK+Uloopet+Guides&family=Rubik+Glitch&family=Silkscreen:wght@400;700&display=swap");
body {
    background-image: url(OldDrawing.jpg);
      font-family: "Silkscreen", sans-serif;
        font-style: normal;
  font-weight: 400;
  /*font-style: normal;*/
    color: aquamarine;
    /*font-family: "Black Ops One", system-ui;*/
    /*font-family: "Bitcount Single", system-ui;*/
    background-size: auto;
    gap: 20px;
}

h1 {
    font-weight: 200;
    color: greenyellow;
    font-size: 40px;
    text-align: center;
    position: relative;
    font-style: italic;
}

h2 {
    font-size: 25px;
    font-weight: 100;
}
a {
    /*top: 30px;*/
    /*left: 30px;*/
    color: palevioletred;
    position: relative;
    font-size: 30px;
}

/*
div.grayBox {
 background-color: grey;
 opacity: 0.5;
 align-content: center;
 left: 100px;
 right: 100px;
 justify-content: center;
 position: absolute;
}
*/
div.content {
    background-color: rgba(16, 16, 16, 0.8);
    padding-left: 20px;
    position: absolute;
    font-size: 25px;
    align-content: center;
    left: 100px;
    right: 100px;
    justify-content: center;
}
p {
    font-family: "Rubik Glitch", system-ui;
    font-size: 20px;
  /*font-weight: 20;*/
    letter-spacing: 3px;
    /*font-family: "Geo", sans-serif;*/
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    color: darkred;
}
