body {
    background-color: black;
    height: 100hv;
    width: 100hw;
    overflow: clip;
    background-image: url(https://file.garden/aBJizA47Ny_7I1ZP/25-26%20Site/mainBG);
}
.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}
.container {
    display: flex;
    flex-direction: column;
justify-content: center;
align-items: center;
    position: relative;
    
    }
a {
    color: red;
    text-decoration: none;
}
a:hover {
    color:darkred;
}
a:visited {
    color: white;
}
.container img {
    width: 50%;
}
.text {
    padding:2%;
    position: absolute;
    left: 30%;
    top: 10%;
    color: white;
    font-family: "VT323";
    font-size: 1.25em;
    height: 390px;
    width: 525px;
    overflow: scroll!important ;   
    background-color: black;
}
.text img {
    width: 35%;
}