body {
    color: white;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5vh;

}
body, html {height:auto; margin:0; padding: 0;}


h1,
h2 {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 5vh;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h2 {
    font-size: 2.5vh;
}

/* if image on body make body 120vh if not use the following: */
#app {
    /* background: url('../img/box.jpg') rgba(58, 38, 0, 0.425); */
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2vh;
    margin-top: 0px;
    padding: 10vh;
    height: auto;
    width: 80%;
    align-items: center;
    justify-content: center;
}

#app:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.705);

}

.blank {
    height: 27vh;
}

.container {
    display: flex;
    gap: 2vh;
    justify-content: center;
    flex-direction: row;
    margin: 2%;
    top: 50%;
    left: 50%;
}

#footer {
    padding: 2%;
    padding-top: 0px;
    padding-bottom: 100px;
    flex-direction: row;
    display: flex;
    gap: 2vh;
    justify-content: center;
}

.logo {
    position: fixed;
    left: 5%;
    left: 5%;
}

.two {
    width: 50%;
    justify-content: left;
}

.el {
    width: 64px;
    height: 64px;
}



/* QUESTIONNAIRE */
body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}

.questionnaire-container {
    width: 90%;
    /* Wider container */
    max-width: 50%;
    /* border: 1px solid #3d3c01; */
    padding: 20px;
    background-color: #3f410031;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-top: 100px;
}

.question-item {
    display: flex;
    width: 100%;
    align-items: center;
    /* Center content vertically */
    margin-bottom: 20px;
}

.question-item img {
    width: 50%;
    /* Set to exactly 50% width */
    height: auto;
    /* Maintain aspect ratio */
    border-radius: 8px;
    border: 2px solid #383400;
}

.question-text {
    width: 50%;
    /* Set question text to 50% */
    padding-left: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Center text vertically */
}

.choices {
    margin-top: 10px;
}

.choice {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.choice input {
    margin-right: 10px;
    accent-color: #ff9800;
}

#flexx {
    justify-content: center;
    align-items: center;
}

.logox {
    filter: invert(100%);
}

.logox:hover {
    filter:
        /* for demonstration purposes; originals not entirely black */
        contrast(1000%)
        /* black to white */
        invert(100%)
        /* white to off-white */
        sepia(100%)
        /* off-white to yellow */
        saturate(10000%)
        /* do whatever you want with yellow */
}

.svgx:hover {
    filter:
        /* for demonstration purposes; originals not entirely black */
        contrast(1000%)
        /* black to white */

        sepia(100%)
        /* off-white to yellow */
        saturate(10000%)
        /* do whatever you want with yellow */
}

/* end questionnaire */
#vv {
    width: 70%;
    max-width: 800px;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
}
#luther {
    width: 80%;
  height: auto;
}
@media screen and (max-width: 900px) {
    .container {
        margin-top: 200px;
        flex-direction: column;
        align-items: center;
    }

    .question-item {
        flex-direction: column;
        align-items: center;
    }

    #vv {
        width: 100%;
    }
    #luther {
        width: 100%;
        margin-top: 100px;
    }
}

