body{
    background-color:lightgrey;
    color: white;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1{
    text-align: center;
    padding: 5px;
}
h2{
    text-align: center;
}
p{
    text-align: center;
    margin: 0;
}
div.centerDiv{
    padding: 10px;
    margin: auto;
    width: 60%;
    height: 70vh;
    background-color: #333;
    box-shadow: 0px 0px 38px 18px #0000005c;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    top: 0;
}
.image-wrapper{
    height: 50%;
    margin: auto;
}
div.countdownDiv{
    background-color: #7a7a7a;
    width: 60%;
    margin: auto;
}
.image {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
}