.body {
    background-color: #151515;
}

.card {
    background-color: #B4A5A5;
    border: 0.25rem solid #B4A5A5;
    border-radius: 10px;
    height: 100%;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.col-md-6 {
    display: contents;
    align-items: center;
}

.btn {
    width: 15rem;
    margin: 0.5rem;
}

.question-hidden {
    display: none;
  }