body {
    font-family: 'Arial', sans-serif;
    background-image: url("../img/space.jpg");
    color: whitesmoke;
    padding: 20px;
}
#bg {
    border-radius: 15px;
    width: 80%;
    font-family:cursive;
    font-size: 3.5em;
    background-color:rgba(0, 7, 111, 0.5);
    height: 100px;
    display: block;
    margin: auto;
}
h3 {
    margin-top: 20px;
    background-color:rgba(68, 0, 139, 0.5);
    width: 60%;
    text-align: center;
    margin-left: 300px;
    border-radius: 10px;
}
input[type="text"], select {
    width: 50%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #44008b;
    border-radius: 5px;
    background-color: #222;
    color: white;
}
input[type="radio"], input[type="checkbox"] {
    margin-right: 5px;
}
label {
    font-size: 1.5em;
    cursor: pointer;
}
.btn {
    background-color: #e54ed0;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: pointer;
}
.btn:hover {
    background-color:#9f45b0;
}
#totalScore {
    font-size: 2em;
    font-weight: bold;
    background-color: white;
    width: 20%;
    border-radius: 30px;
    display: block;
    margin: auto;
}
.bg-info {
    background-color: #00076f;
}
.bg-success {
    background-color:rgba(2, 255, 2, 0.652);
    margin-left: 365px;
    width: 50%;
    border-radius: 15px;
}
.bg-danger {
    background-color:rgba(255, 2, 2, 0.652);
    margin-left: 365px;
    width: 50%;
    border-radius: 15px;
}
