.modal-animation {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

.modal-animation-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 5px;
    width: 80%;
    max-width: 600px;
    font-family: 'Roboto';
}

.win-content {
    text-align: center;
    vertical-align: middle;
}

.win-content h3, h4 {
    line-height: 35px;
}

.win-content h3 {
    font-size: 35px;
    margin-top: 10px;
}

.win-content h4 {
    font-size: 24px;
    margin-top: 30px;
}

.win-content h6 {
    font-size: 16px;
    margin-top: 30px;
}

.win-content button {
    margin-top: 30px;
    font-size: 22px;
    padding: 20px;
    color: white;
    font-weight: bold;
    border: 1px solid #006400;
    border-radius: 10px;
    background-color: #368F40;
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
    cursor: pointer;
}


#facebook_like {
    margin-top: 30px;
}