html {
  height: 100%;
  font: 400 1em/1.4 "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
}
body {
  height: 100%;
  width: 100%;
  margin: 0;
  /* background: #303030; */
  color: #3b3b3b;
  font-weight: normal;
}
*,
:after,
:before {
  box-sizing: border-box;
}
a,
a:visited {
  color: #bf1b26;
}
.app {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: url(../img/mmm-front-lg.jpg) center center no-repeat;
  background-size: cover;
}

.content {
  width: 700px;
  text-align: center;
  background: rgba(255, 244, 226, 0.8);
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

h1 {
  font-weight: 300;
  line-height: 1;
}
h5 {
  margin-bottom: 10px;
  color: #bf1b26;
}
