body {
    background-color: black;
    height: 100hv;
    width: 100hw;
    overflow: clip;
    color: white;
  font-family: "VT323", monospace;
        background-image: url(https://file.garden/aBJizA47Ny_7I1ZP/25-26%20Site/mainBG);
    display: flex;
    justify-content: center;
    align-content: center;

}
.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

a {
    color: red;
    text-decoration: none;
}
a:hover {
    color:darkred;
}
a:visited {
    color: white;
}

.text {
    padding:2%;
    position: absolute;
    color: white;
    font-family: "VT323";
    font-size: 1.25em;
    height: 90%;
    width: 65%;
    overflow: scroll!important ;   
 border: solid white;
    background-color: black;
}
.text img {
    width: 50%;
}
details {
    padding: 2%;
}
 summary {
  list-style-type: '🦇 ';
    font-size: 2em;
    color: darkred;} 
}
p {
    font-size: 1.75em;
}