@font-face {
  font-family: "FuturaND-Bold";
  src: url("../fonts/FuturaND-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "FuturaND-Bold", "Arial";
  text-align: center;
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 1px);
}
/* Responsive */
@media only screen and (orientation : portrait) {
  body {
    font-size: 200%;
  }
  #logo_container img {
    width: 500px;
  }
}
