html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: linear-gradient(#000042, #163E64);
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    width:auto;
}

#logo {
    width: auto;
    height: 115px;
    margin: 0 auto;
}

.title-container {
    margin-top: 10px !important;
    background-color: #104862;
    padding: 3px;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 2.2em;
    color: white;
}

#code {
    text-align: center;
    font-style: italic;
    width: 70%;
}

button.spin, button.red {
    font-weight: bold;
}

button.spin {
    padding: 0.8rem;
    width: 40%;
    font-size: 1.2em;
    background-image: linear-gradient(#006D2A, #009E41, #00BD4F);
}

button.red {
    width: 150px !important;
    background-image: linear-gradient(#820000, #A90100, #C80100);
}

.reward {
    color: red;
    font-weight: bolder;
    font-size: 1.2em;
}

#spin-message {
    background: white;
}

#message-body {
    font-size: 1.2em;
}

#rules .modal-content {
    background-color: #163E64;
    color: white;
}

button.close-rules {
    color: white;
    text-decoration: underline;
}

.text-justify {
    text-align: justify;
}

.yellow {
    color: #FFFF00;
}