@font-face {
  font-family: "Gotham Rounded B";
  src: url('/assets/GothamRnd-Light.ttf');
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

#talkylink {
  position: absolute;
  left: 20px;
  top: 0px;
  z-index: 10;
}

#talkylink img {
  height: 60px;
}

#andyetlink {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}

#andyetlink img {
  height: 50px;
}

a {
  text-decoration: none;
  color: #12acef;
}

a span {
  color: #ea0091;
}

#container {
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
}

#links {
  display: none;
}
