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%;
}

.art img {
    border: solid;
    border-color: white;
    width: 100% !important;
}
.art {
margin-top: 2%;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 2%;
grid-row-gap: 1%;
}

