@font-face {
  font-family: 'NeueHaasDisplay-Regular';
  src: url('/src/assets/fonts/NeueHaasDisplay/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'NeueHaasDisplay';
}

header {
  min-height: 50%;
}

.background {
  height: 100%;
}

main {
  background-color: #f5f5f5;
  min-height: 50%;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #2e2e2e;
  color: white;
  font-size: 20px;
}

.container {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  text-align: center;
}

.message-box {
  background-color: white;
  width: 35%;
  margin: auto;
  margin-top: 300px;
  padding: 20px;
  box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  color: gray;
}

.content {
  background-color: white;
  font-size: 18px;
  text-align: left;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 30px;
}

.title {
  color: white;
  font-size: 32px;
  height: 80px;
}

.title a {
  font-size: 18px;
  color: white;
}

footer a:hover {
  color: #07afba;
}

.title svg {
  height: 50px;
  width: 50px;
  vertical-align: sub;
  margin-right: 15px;
}

.left-side {
  float: left;
  padding: 15px;
  margin-left: 15px;
}

.right-side {
  float: right;
  padding: 15px;
  margin-right: 15px;
}

.copyright {
  color: white;
}

footer a {
  color: white;
  margin-left: 15px;
}

footer a:hover {
  color: #07afba;
}

.logo img {
  width: 100px;
}

iframe {
  background-color: white;
  border: none;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 600px;
  -webkit-box-shadow: 2px 6px 26px -4px #999;
  -moz-box-shadow: 2px 6px 26px -4px #999;
  box-shadow: 2px 6px 26px -4px #999;
  padding: 20px;
}

.iframe-holder {
  position: relative;
  height: 100%;
}
