@font-face {
    font-family: 'Lato';
    src: local("Lato"), url(./fonts/Lato/Lato-Regular.ttf) format("tff");
}

@font-face {
    font-family: 'Lato Black';
    src: local("Lato-Black"), url(./fonts/Lato/Lato-Black.ttf) format("tff");
}

@font-face {
    font-family: 'TrebuchetMS';
    src: local("TrebuchetMS"), url(./fonts/TrebuchetMS/TrebuchetMS.ttf) format("tff");
}

@font-face {
    font-family: 'QuickSand';
    src: local("QuickSand"), url(./fonts/Quicksand/Quicksand.woff2) format("woff");
}

img {
    width: 100%
}

.title {
    color: #009dbf;
    font-weight: bold;
    font-size: 20px;
}

#countdown {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

#button {
    border-radius: 5px;
    background: #009dbf;
    color: white !important;
    font-size: 20px;
    padding: 15px;
    margin-top:20px;
    margin-left: 28%;
    margin-right: 28%;
    display: inline-block;
}
#button > a {
    color: white;
}

#time {
    font-size: 22px;
}

a {
    text-decoration: none;
    color: #009dbf;

}

a:visited {
    text-decoration: none;
    color: #009dbf;

}

@media (min-width: 320px) and (max-width: 480px) {
    img {
        width: 70%;
    }
    #button {
        margin-left: 11%;
        margin-right: 11%;
    }

}

@media (min-width: 700px) {
    img {
        width: 25%;
    }

}

body {
    text-align: center;
    font-family: QuickSand, sans-serif;
}