@import url("https://fonts.googleapis.com/css2?family=Grenze+Gotisch&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Handjet:ELSH@2&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');


.everything {
    display: flex;
    width: 850px;
    margin: auto;
    gap: 10px;
}

.container {
    margin: auto;
    background-color: purple;
    flex-direction: column;
    height: 800px;
    width: 600px;
    flex: 4;
}

.container2 {
    margin: auto;
    background-color: blue;
    flex-direction: column;
    height: 800px;
    display: grid;
    grid-template-areas:
        "header header side"
        "text text side"
        "text text side";
    grid-template-columns: 1fr;
    align-content: start;
}

.navbar {
    margin-right: auto;
    background-color: white;
    width: 50px;
    height: 600px;
    position: sticky;
    top: 0;
    flex: 1;
    flex-direction: column;
    display: flex;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    border-collapse: collapse;
}

.banner {
    width: 100%;
    height: 150px;
    background-image: url("https://i.postimg.cc/ZnvqrgZy/Untitled627-20260814054934.png");
    grid-area: header;
    background-size: cover;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    border-collapse: collapse;
}

.imgside {
    height: 800px;
    background-color: white;
    width: 190px;
    margin-left: auto;
    grid-area: side;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    border-collapse: collapse;
}

.contentstuff {
    background-color: white;
    width: 100%;
    grid-area: text;
    height: 647px;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    border-collapse: collapse;
}

#PageName {
    position: absolute;
    top: 80px;
    font-size: 60px;
    color: white;
    text-shadow:
        0 0 7px #000,
        0 0 7px #000;
    font-family: "Grenze Gotisch", serif;
}

marquee {
   filter: grayscale(99%) sepia(10%) contrast(150%);
    background-color: black;
    justify-content: center;
    align-items: center;
    display:flex;
}

.button {
  background-color: black;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  font-family:arial;
}

.headertitle {
    background-color: black;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    font-size: 21px;
    font-family:"Handjet", monospace;
    text-transform: uppercase;
    margin-bottom:1px;
}

.navheadings {
background: #000000;
background: linear-gradient(270deg,rgba(0, 0, 0, 1) 67%, rgba(255, 255, 255, 1) 100%);  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
    font-family: monospace;
}

body {
    font-family:"Noto Serif", serif;
}

#alucard-side {
    float:right;   
    width:130px;
}
hr.new2 {
  border-top: 1px dashed grey;
}

#myDIV {
    height: 55px;
    padding-top:100px;
    background-image:url("https://files.catbox.moe/hkozj9.png");
    background-size: cover;
    color:white;
    Font-size:14px;
}

#dialogue {
    background-color: black;
    width: 100%;
    color:white;
    font-family:"Handjet", monospace;
    cursor: pointer;
}

p {
    padding-left: 5px;
}

iframe {
    border-left: solid 2px;
    border-right: solid 1px;
    border-color: black;
    border-bottom: solid 2px;
    border-collapse: collapse;
    filter: grayscale(99%) sepia(10%) contrast(150%);
    height: 270px;
    width:99.5%
}