body {
    font-family: Helvetica, Arial, sans-serif;
}

body  {
    background: #a2c7e2;

    /* background-image: url('../images/IMG_4575.jpeg');
    background-size:cover;
        -webkit-animation: slidein 1s;
        animation: slidein 1s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;              
}

@-webkit-keyframes slidein {
from {background-position: center center; background-size:10px; }
to {background-position: -100px 0px;background-size:750px;}
}

@keyframes slidein {
from {background-position: top;background-size:3000px; }
to {background-position: -100px 0px;background-size:750px;} */

}



.center
{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(75, 75, 250, 0.3);
  border-radius: 0;
}



.container {
    width: 100%;
    height: 100vh;
    text-align: center;
}
h1 {
    font-family: 'Helvetica', 'Arial';
    font-size: 112px;
    text-align: center;
    margin: 45px 0 10px;
}

h2 {

margin-top:12px;
}

a {
    color: #1d1934;
}
p {
    font-size: 14px;
    margin: 32px 0 0 0;
}

.timing-blog {
  display: flex;
  align-items: center;
  justify-content: center;
}

.timing-runner {
  margin-bottom: 50px;
  padding: 50px 0px;
}
.days-box {
  padding: 0px 22px;
  text-align: center;
}
.day {
  font-size: 40px;
  color: #1d1934;
  line-height: 1;
}
span {
  color: #1d1934;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.header-image {padding-top: 22px;}
.header-image img {
  max-width: 300px;
 
}


@media only screen and (max-width: 600px) {
    h1 {
        font-size: 38px;
        margin-top: 16px;
    }
    h2 {
        font-size: 18px;
    }
    .header-image img {
      max-width: 200px;
    }
  }