a {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-decoration: underline;
}

a:hover {
  opacity: 0.35;
}

.body {
  background-color: #000;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textdiv {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding-bottom: 43px;
}

.infotext {
  width: 100%;
  font-family: WorkSans, sans-serif;
  color: #fff;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.fredologo {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .content {
    position: relative;
  }

  .fredologo {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .infotext {
    font-size: 12px;
  }

  .fredologo {
    width: 90%;
  }
}



@font-face {
  font-family: "WorkSans";
  src: url("WorkSans-Regular.woff2") format("woff2 supports variations"),
       url("WorkSans-Regular.woff2") format("woff2-variations");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WorkSans";
  src: url("WorkSans-Italic.woff2") format("woff2 supports variations"),
       url("WorkSans-Italic.woff2") format("woff2-variations");
  font-weight: 100 1000;
  font-style: italic;
  font-display: swap;
}