body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background: #35424a;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
}

h1 {
    margin: 0;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

button {
    background: #35424a;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

button:hover {
    background: #45a049;
}

.notification {
    background-color: #e7f3fe;
    color: #31708f;
    padding: 15px;
    margin: 10px 0;
    border-left: 6px solid #31708f;
}

.hidden {
    display: none;
}

.iqdlelogowithguys {
    width: 100%;
    height: auto;
}

.shadow-box {
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.challenge {
    width: 800px ;
    height: 400px;
    background-color: #ffffff;
    /* padding: 20px; */
    /* border-radius: 5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
}

.challenge-box {
    --bs-gutter-x: 0 !important;

    vertical-align: middle;
    padding: 0px;
    margin: 20px;
    border-color: lightgray;
    border-style: solid;
    border-radius: 5px;
    border-width: 3px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    width: 100px !important;
    height: 100px !important;
}
.answer-box {
    --bs-gutter-x: 0 !important;

    vertical-align: middle;
    padding: 0px;
    margin: 20px;
    border-color: lightgray;
    border-style: solid;
    border-radius: 5px;
    border-width: 3px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    width: 100px !important;
    height: 100px !important;
}
.challengeImg {
    padding-top: 8px;
    display: block;
    margin: auto;
    width: 80px;
    height: auto;
}

.answerImg {
    padding-top: 8px;
    display: block;
    margin: auto;
    width: 80px;
    height: auto;
}

.result-title {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
.result-text {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.fixed-container {
    width: 1300px; /* Set a static width */
    height: 800px; /* Set a static height */
        flex: none; /* Prevent flexbox from resizing it */
    /* position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000; */
}

.index-card {
    height: 600px
}

.login-button {
    margin-top: -50px;
}

.funny-video {
    position: absolute;
    width: 95%;
    height: 95%;
    
}