.box.red {
    width: 1500px;
    height: 1000px;
    align-items: center;
    text-align: center;
    background-image: url(/assets/theredspace.webp);
    background-size: cover;
    background-position: center;
    border-width: 7px;
}

.big {
    color:#dde1ff;
    background-color: rgb(0, 0, 0, 0.3);
    margin-bottom: 15px !important;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-size: 0;
    margin-bottom: 10px;
}

.box.info {
    width: 230px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px !important;
}

.display{
    border: ridge 5px #353070;
}

.display img {
    height: 200px;
    z-index: 1;
    position: relative;
}

.display:hover img,
.display:focus-visible img {
    filter: brightness(1.1);
}

.center {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lowkey {
    color: #dde1ff;
    background-color: black;
    display: inline-block;
}
