body {
    font-family: Arial, sans-serif;
    background-color: #111850;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

*{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: #040232;
    border: 2px solid #f904b3;
    border-radius: 8px;
    box-shadow: 4px 4px 14px rgba(185, 17, 17, 0.817);
    font-family: Verdana, Geneva, Tahoma, sans-serif ;
}
h1 {
    text-align: center;
    color: #fe05b8;
    font-weight: bold;
    font-size: 50px;
    text-shadow: 4px 4px 19px #477cdd;
    font-family: 'Times New Roman', Times, serif;
}
p {
    text-align: center;
    font-size: 40px;
    text-align: center;
    color: #fe05b8;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    text-shadow:4px 4px 25px #477cdd;
}
.question {
    margin-bottom: 25px;
}
.question-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.submit-btn {
    background-color: #2f065e;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.submit-btn:hover {
    background-color: #b389f7;
}
div{
    font-size: 20px;
}
