body {
    background: url(https://file.garden/aBJizA47Ny_7I1ZP/25-26%20Site/mainBG);
    width: 100wv;
    height: 100hv;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: pink;
    font-family: "VT323";
    font-size: 1.5em;
}
.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}
.container {
    position: relative;
    display: flex;
    padding: 5%;
    margin: 2 0 2 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.main {
    width: 70vw;
    height: 60hv;
    box-sizing: border-box;
    margin: 1%;
    padding: 2%;
    background-color: black;
    border: solid;
    border-width: medium;
    overflow: scroll;
}
.side {
    width: 25vw;
    height: 60vh;
    box-sizing: border-box;
    margin: 1%;
    padding: 5%;
    border-width: medium;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.links {
    width: 20vw;
    height: fit-content;
    margin: 5%;
    box-sizing: border-box;
    background-color: black;
    border: solid;
    border-width: medium;
    padding: 5%;
}
.pic {
    width: 25vw;
    height: 60vh;
    padding: 2%;
    margin: 5%;
    box-sizing: border-box;
    border: solid;
    border-width: medium;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    max-width: 25vw;
}
.pic img {
    height: 60vh;
}
.decor1:hover, .decor2:hover {
    opacity: 0%;
}
.decor1 {
    position: absolute;
    right: 28%;
    bottom: 5%;
}

.decor1 img {
    height: 6em;
}
.decor2 {
    position: absolute;
    top: 3.5%;
}
.decor2 img {
    height: 5em;
}