@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v9/92zPtBhPNqw79Ij1E865zBUv7myjJQVG.ttf) format('truetype');
}
body {
  overflow: hidden;
}
#logo {
  display: block;
  z-index: 50;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -260px;
  margin-left: -400px;
}
#logoB {
  display: block;
  z-index: 10;
  position: fixed;
  left: 50%;
  bottom: 4%;
  margin-bottom: -190px;
  margin-left: -340px;
  opacity: .1;
}
#c-TL {
  position: fixed;
  left: 0px;
  top: 0px;
}
#c-TR {
  position: fixed;
  right: 0px;
  top: 0px;
}
#c-BL {
  position: fixed;
  left: 0px;
  bottom: -10px;
}
#c-BR {
  position: fixed;
  right: 0px;
  bottom: -10px;
}
#about,
#mail {
  position: fixed;
  bottom: -4px;
  z-index: 100;
}
#about {
  left: 0px;
}
#about a {
  cursor: pointer;
}
#mail {
  right: 0px;
}
#mail a {
  cursor: pointer;
}
.foot-container {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 40px;
  user-select: none;
  z-index: 40;
  position: fixed;
  bottom: 0px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}
.foot-container .f-1 {
  width: 16px;
  height: 100%;
  background: black;
  border-top-left-radius: 14px;
}
.foot-container .footy-element {
  background: black;
  height: 100%;
  padding: 0 24px 0 24px;
  align-items: center;
  align-self: center;
  justify-content: center;
  color: white;
  transition: all 0.4s ease;
}
.foot-container .footy-element a {
  color: white;
  text-decoration: none;
}
.foot-container .footy-element a:hover {
  color: grey;
  cursor: pointer;
}
.foot-container .f-last {
  width: 16px;
  height: 100%;
  background: black;
  border-top-right-radius: 14px;
}
.fool {
  z-index: 26;
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  height: 700px;
  width: 100%;
}
