* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid #000; */
}

body {
  background-color: #eee;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
  line-height: 1.7;
}

.header {
  width: 80vw;
  margin: 1em auto;
}

.logo {
  position: relative;
  width: 33%;
}

.schedule {
  position: relative;
  float: right;
  width: 25%;
  max-width: 200px;
  text-align: right;
}

.container {
  width: 100%;
  text-align: center;
}

.container img {
  display: inline-block;
  width: 80vw;
  border-radius: 1em;
  box-shadow: 0.5em 0.5em 1em rgba(70, 51, 51, 0.1),
    -0.5em -0.5em 1em rgba(255, 255, 255, 1);
  margin: 1em;
}
