body {
    /*padding-top: 13%;*/
    position: relative;
    color: #444c4f;
    font-family: "Courier New", Courier, monospace;
}

.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.7);
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);*/
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.15);*/
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    border: none;
    border-radius: 0;
    background-color: #f9f9f9;
}

.container {
    padding-top: 5%;
    padding-bottom: 5%;
}

.logo {
    height: auto;
    width: 300px;
}

.h2 {
    font-size: 60px;
    font-weight: bold;
}

.bg-countdown {
    background-image: url('../images/3409297.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}

.text-countdown {
    font-size: 30px;
    padding-top: 40%;
    padding-bottom: 40%;
    font-weight: bold;
}