body {
  background-image: url("/img/background.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: #000000;
  background-size: cover;
}

#logo {
  width: 115px;
  height: 115px;
  display: block;
  margin: 35px auto 20px;
  border-radius: 50%;
}

#title {
  color: #ffffff;
  font-size: 40px;
  line-height: 0;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-family: title;
}

#links {
  max-width: 675px;
  width: auto;
  display: block;
  margin: 27px auto;
}

.link {
  background: rgb(11,11,11,.4);
  border-radius: 25px;
  display: block;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  padding: 17px;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
}

.link:hover {
  background-color: rgba(11,11,11,.8);
  color: #ffffff;
}

.social-icons {
  margin: 0 auto;
  text-align: center;
}
.social-icons li {
  display: inline-block;
  list-style-type: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.social-icons li a {
  border-bottom: none;
}
.social-icons li img {
  width: 45px;
  height: 45px;
  margin-right: 3px;
  margin-left: 3px;
}

/*Icon Fix*/
ul {
  padding-inline-start: 0px;
}


@font-face {
  font-family: title;
  src: url("/font/excluded.ttf");
}