html {
  color: #000;
  font-size: 1em;
  line-height: 1.4;
  text-align: center;
}

@font-face {
  font-family: "Suisse";
  src: url("../assets/fonts/suisse.woff");
}

body {
  font-family: "Suisse", sans-serif;
  padding: 0 20px;
}

#ButtonImageLink {
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  #PeblLogo {
    height: 100%;
    width: 90%;
  }
}

@media only screen and (min-width: 993px) {
  #PeblLogo {
    height: 100%;
    width: 50%;
  }
}