html {
    /* background-color: #001950; */
    background-color: #00377d;
}

#mainHolder {
    /* background: radial-gradient(
        circle at center,
        #001950,
        #001950,
        #001950,
        #05051e
    ); */
    /* background: radial-gradient(
        circle at center,
        #ffd105,
        #f4c702,
        #c09d02,
        #a08303
    ); */
    /* background-image: url('/img/quiz-bg.png'); */
    /* background-size: cover;
    background-repeat: no-repeat; */
	background-color: #ffd100;
}

.confirmContent .message {
    /* background: #001950; */
    background: #ffd100;
}

.buttonStart {
    box-shadow: 0px 5px 3px -3px #f51313;
    background: linear-gradient(to bottom, #ff0000 5%, #eb1515 100%);
    background-color: #ff0000;
    border-radius: 6px;
    border: 2px solid #d60808;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    padding: 17px 60px;
    text-decoration: none;
    text-shadow: -1px 2px 0px #212621;
}
.buttonStart:hover {
    background: linear-gradient(to bottom, #eb1515 5%, #ff0000 100%);
    background-color: #eb1515;
}
.buttonStart:active {
    position: relative;
    top: 1px;
}
