main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;

    background-image: url(/assets/images/backgrounds/HytaleTheCapitalArt-1024x576.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #0a1129;
}

.question {
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;

    max-width: 800px;
    width: 50%;

    margin: 20px 5vw;

    border-radius: 20px;

    background-color: #181b2a;
    font-size: x-large;
    color: white;

    text-align: center;
}


.question h1 {
    text-align: center;
}

.ask-body {
    padding: 0px 2vw;
}

.ask-body-foot {
    text-align: center;
}

.ask-person {
    text-transform: uppercase;
    font-weight: bolder;
    color: gold;
}

.og-ask {
    padding-top: 300px;
    text-align: center;
}

.og-ask img {
    max-width: 100%;
}

@media screen and (max-width: 1140px) {
    .question {
        width: 80%;
    }
}
