/* More info */
.moreInfoDiv h1,
.moreInfoDiv h2,
.moreInfoDiv p {
    letter-spacing: 1.2px;
    font-family: "Bebas_Neue";
    width: 100%;
    color: white;
}

.title {
    font-size: 50px;
    color: rgb(204, 65, 43) !important;
    text-align: center;
}

#powered-by {
    text-align: center;
}

#powered-by {
    font-size: 20px;
    color: black;
    font-family: "Bebas_Neue";
    margin-top: -10px;
}

.moreInfoDiv {
    background-color: #151413;
    width: 100%;
    height: fit-content;
    min-height: 600px;
    /* background-image:linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)) , url("../images/background2.jpg"); */
    background-size: cover; /* Ensures the background image covers the entire container */
    background-repeat: no-repeat; /* Prevents the background image from repeating */
}

.moreInfoDiv p {
    color: rgb(198, 198, 198);
}

.main-title {
    text-align: center;
    width: 70%;
    margin: auto;
    border-bottom: rgba(255, 255, 255, 0.789) solid;
    min-width: max-content;
    font-size: 50px;
    padding-top: 20px;
    color: rgb(255, 255, 255);
}

.container-moreinfo {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.responsive{
    display: flex;
    flex-direction: row;
}
.container-moreinfo-sort-down {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 30vw;
    font-size: 20px;
}


.info-container {
    background-color: #1f1f1f;
    min-width: 400px;
    padding: 30px;
    margin: 10px;
}

.custom-wipe {
    width: 30vw;
}


/* More info */
.infotext{
    color: rgba(160, 58, 58, 0.647);
}
.wipeInfoText{
    font-size: 30px;
}