@font-face {
  font-family: 'Dinar';
  src: url('../fonts/GE-Dinar-One-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

#main {
    min-height: 100%;
}

.title {
    font-family: "Dinar", sans-serif;
    font-size: 46px;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: #ffffff;
}
            
.description {
    font-family: "Dinar", sans-serif;
    font-size: 24px;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
}

.button {
    font-family: "Dinar", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    padding: 12px 56px;
    border-radius: 16px;
    background-color: #fed001;
    color: #0b4466;
    text-decoration: none;
}

.form-label {
    font-family: "Dinar", sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
}

#formErrors, .form-check-label {
    font-family: "Dinar", sans-serif;
    text-decoration: underline;
    font-size: 14px;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
}
            
.muted, .invalid-feedback {
    font-family: "Nunito", sans-serif;
    font-size: 12px;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
}

.golden-transfer {
    max-width: 256px;
    width: 100%;
}

.five {
    font-family: 'Nunito', sans-serif;
}

.form-control {
    height: 40px;
}

.question {
    font-family: "Dinar", sans-serif;
    font-size: 20px;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}

.who-am-i {
    font-family: "Dinar", sans-serif;
    font-size: 24px;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}

#submit_answer:disabled {
    opacity: 0.8;
}
            
.answer {
    font-family: "Dinar", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    padding: 12px 56px;
    border-radius: 16px;
    border-color: #031b33;
    background-color: #ffffff;
    color: #0b4466;
    text-decoration: none;
    width: 100%;
    margin: 8px 0;
}
            
.answer.selected {
    background-color: #fed001;
}