body {
    font-family: "VT323";
    color: white;
    background-image: url("matrixstill.png");
    background-repeat: repeat;
    background-color: #00500b;
    font-size: large;
    background-size: 25%;
    text-shadow: 0 0 2px #00500b;
    font-smooth: never;
}

a {
    color: inherit;
}

h2 {
    text-align: center;
    font-family: "VT323";
}

@media (max-width: 900px) {
    .wrapper {
        flex-direction: column;
        align-items: center;
    }

    .monitor img {
        width: 80%;
    }
}

.banner-frame {
    background: rgb(27, 27, 28);
    border: 5px #00500b;
    border-style: double double solid solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
    padding: 6px;
    max-width: 40rem;
    min-width: 20rem;
    justify-content: center;
    margin: 0 auto;
    margin-top: 17px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.banner-frame:hover {
    border-color: #00660e;
    box-shadow: 0 0 15px #00660e;
}

.banner-frame img {
    width: 100%;
    height: auto;
    display: block;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.container1,
.container2,
.container3 {
    background-color: #00200b;
    border: 5px;
    border-style: double double solid solid;
    border-color: #00500b;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 13px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    position: relative;
    min-width: 250px;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.container1,
.container3 {
    flex: 1;
    min-height: auto 400px;
    max-height: auto;
}

.container2 {
    flex: 1.5;
    min-height: 400px;
}

.walloftext {
    position: relative;
    text-align: left;
    top: -2%;
}

.container1:hover,
.container2:hover,
.container3:hover {
    border-color: #00660e;
    box-shadow: 0 0 15px #00660e;
}
a:hover {
    color: #00660e;
    text-decoration: underline;
}

.monitor {
    position: absolute;
    bottom: -305px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.monitor img {
    width: 330px;
    height: auto;
    z-index: -1;
}

.repo {
    position: relative;
    text-align: center;
    top: -3%;
}

.title3 {
    position: relative;
    text-align: center;
    top: -3%;
}

.repos {
    transform: translateY(-30%);
    margin: 0 0 1px 0;
    border: dotted 2px;
    border-color: #00500b;
}

#small {
    position: relative;
    text-align: center;
    top: -7%;
}