@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dongle&display=swap");
body {
  scale: 1;
  background-color: #0e0e0e;
  margin: 0;
  overflow: hidden;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  color: white;
  font-family: "Dongle", sans-serif;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 200%;
}

.boccher {
  pointer-events: none;
}

.info {
  font-size: 110%;
  margin-bottom: 0.5em;
}

.socials:after {
  margin-top: 10%;
  content: " ";
  display: block;
  border-top: 3px solid rgba(62, 62, 62, 0.47);
  border-bottom: 2px solid rgba(62, 62, 62, 0.47);
  border-radius: 5px;
}

.socials {
  font-size: 80%;
  margin-top: 0.01em;
}
.socials a:link {
  text-decoration: none;
}
.socials a:hover {
  text-decoration: underline;
}
.socials a, .socials a:visited {
  color: white;
}

.contact {
  text-decoration: none;
  font-size: 80%;
  margin-top: 0.01em;
}
.contact a:link {
  text-decoration: none;
}
.contact a:hover {
  text-decoration: underline;
}
.contact a, .contact a:visited {
  color: white;
}

.pgp {
  color: #f42272 !important;
}

a.sr::after {
  content: "•";
  color: #efc7c2;
  font-size: 65%;
}

.footer {
  position: absolute;
  bottom: 2%;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  font-family: "Dongle", sans-serif;
  font-size: 80%;
}
.footer a {
  color: white;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.footer a:hover {
  opacity: 1;
  text-decoration: underline;
}

/*# sourceMappingURL=styles.css.map */
