body{
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    background-color: #fff;
}

img{
    width: 100%;
    max-height: 250px;
    display: block;
}

h1{
    font-size: 26px;
    font-weight: normal;
    padding: 20px;
}

.yellow {
    color: #FF2734;
}

.white {
    color: #000;
}

#countdown{
    font-size: 32px;
}

.button {
    font-size: 20px; 
    cursor: pointer !important; 
    text-align: center; 
    padding: 20px 50px; 
    color: #fff; 
    text-decoration: none; 
    border-radius: 10px; 
    border: 5px solid rgba(255, 255, 255, 0.3);
    background: #00AC2B;
}