@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Orbitron:wght@900&display=swap');

.container {
    width: 80%;
    margin: 20px auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.home {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    width: 90%;
    text-align: center;
}

.count-down-wrapper {
    width: 90%;
    flex: 1 1 auto;
    background-color: #AA0000;
    color: #B3995D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: #00000033 2px 2px 16px 16px;
    border-radius: 20px;
}

.header {
    font-size: 2rem;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke: 3px black;
}
#cntdwn {
   
    font-size: 10rem;
    font-weight: bold;
    text-align: center;
    -webkit-text-stroke: 3px #ede8e8;
}

.footer {
    height: 80px;
    text-align: center;
}

html,
body {
    height: 100%;
    /*font-family: 'Black Ops One', cursive;*/
    font-family: 'Black Ops One', cursive;
font-family: 'Orbitron', sans-serif;
}