body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background: #0F2027; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
    /* W3C, IE 10+/ Edge, Firefox 16+,
       Chrome 26+, Opera 12+, Safari 7+ */
}

.container h2 {
    color: cadetblue;
    font-size: 2rem;
    margin: 1em 1.3em;
    color: #FFFFFF;
    color: #FFFFFF;
    background: initial;
}

#dealer-cards img,
#your-cards img {
    margin: 2em 3em;
    height: 175px;
    width: 125px;
    margin: 3px;
}

#hit,
#stay,
#reset,
#exit {
    width: 100px;
    height: 50px;
    font-size: 20px;
}

#results {
    display: flex;
    position: absolute;
    top: 27vh;
    background: linear-gradient(0.25turn, white, black, white);
    color: red;
    font-weight: 900;
    font-size: 60px;
}

#results {
    color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5em;
    margin-top: 5px;
}

.buttons {
    outline: 0;
    border: 3px solid #FFFFFF;
    background: none;
    margin: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: white;
    font-weight: bold;
}

.buttons:hover {
    background-color: white;
    color: black;
    opacity: 0.85;
    font-size: 1.3em;
    display: inline-block;
}

.buttons:active {
    position: relative;
    top: 1px;
}

.container-login h2 {
    color: #FFFFFF;
    overflow: hidden;
    font-size: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.3em;
}

.label-name {
    color: #FFFFFF;
    margin-top: 1em;
    display: flex;
    font-size: 3em;
    justify-content: center;
    align-items: center;
}

.input {
    text-align: center;
    margin-top: 1em;
    color: #FFFFFF;
    background: transparent;
    border: solid;
    border-radius: 10px;
    height: 40px;
    font-size: 1.5em;
}

.image-start-pg {
    height: 12em;
}

.button-login {
    outline: 0;
    border: 3px solid #FFFFFF;
    background: none;
    margin: 25px;
    padding: 10px 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    cursor: pointer;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}

.link-btn {
    text-decoration: none;
    color: #FFFFFF;
}

.button-login:hover {
    background-color: white;
    color: black;
    opacity: 0.85;
    font-size: 1.3em;
    display: inline-block;
}

.button-login:active {
    box-shadow: inset 0 3px 4px hsla(0, 0%, 0%, 0.2);
}

.n-correct {
    border-color: red;
}

.incorrect-input {
    margin-top: 10px;
    font-weight: bold;
    color: red;
}

#results {
    visibility: hidden;
    position: fixed;
    top: 22vh;
    width: 100%;
    right: 0;
    height: 90px;
    color: white;
    background: linear-gradient(0.25turn, rgba(44, 83, 100, 0.1), rgba(15, 32, 39, 0.7), rgba(32, 58, 67, 0.1));
}

/* The Modal (background) */

