* {
  outline: none !important;
  font-family: 'Heebo', sans-serif;
}


div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body {
  background: #F2F2F2;
  font-family: 'Heebo', sans-serif;
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  padding: 15px;
}

a {
  color:#961A1D;
}

b {
  font-weight: bold;
  color:#961A1D;
}

.logo {
  margin: 50px auto 25px;
  max-width: 150px;
}

 h1 {
  font-weight: 100;
  font-size: 35px;
  letter-spacing: -1px;
  margin: 0 0 30px;
  line-height: 1.3;
  margin: auto;
  max-width: 700px;
}

h3 {
  font-weight: 200;
  font-size: 21px;
  margin: 0 0 15px;
  line-height: 1.55;
}

p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.5;
}

.content {
  max-width: 450px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  background: white;
  padding: 50px;
  text-align: left;
  box-shadow: 15px 15px 0px rgb(0 0 0 / 5%);
  width: 80%;  
}

.content.red {
  background: #971A1D;
  color: white;
  
}

.content.red a {
  color: white;
}

.content.red > *:last-child {
  margin: 0;
}


.content.red .button {
  color: #971A1D;
  background: white;
  margin: 5px 0 0;
}

a.button {
  background: #971A1D;
  padding: 15px 35px;
  border-radius: 100px;
  color: white;
  text-decoration: none;
}

.openinghours {
  display: flex;
  margin: 0px 0 0;
}

.content:last-child {
  margin: 40px auto 50px;
}

@media screen and (max-width: 992px) {
  .logo {
    margin: 15px auto 20px;
  }
  .content {
    padding: 25px;
    margin: 15px auto 40px;
    box-shadow: 10px 10px 0px rgb(0 0 0 / 5%);
  }
  h3 {
    font-size: 18px;
    font-weight: normal;
  }
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 27px;
    line-height: 39px;
    font-weight: 200;
    margin: 0 0 25px;
  }
}
