* {
  margin: 0px;
  padding: 0px;
  user-select: none;
  font-family: cursive;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2vw 0px 30px 0px;
  background-image: url(../images/1.png);
  background-position: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.link {
  backdrop-filter: blur(2px);
  font-size: 25px;
  color: #f5f5f5;
  padding: 15px 0px 15px 25px;
  margin: 15px 0px;
  border-radius: 5px;
  background-color: #aaa5;
  box-shadow: 10px 10px 10px #000a, -1px -1px 1px white;
  height: auto;
  width: 90vw;
  text-decoration: none;
  transition: 0.2s;
}

.link:hover {
  margin-left: 0.5vw;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 17px;
  cursor: pointer;
  background-color: #fff5;
  box-shadow: 5px 5px 7px #000a, -1px -1px 1px white;
}

.link:active {
  margin-left: 0.7vw;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: 19px;
  cursor: pointer;
  background-color: #1c849e;
  box-shadow: 1px 1px 2px #000a, -1px -1px 1px white;
}

.backlink {
  margin-left: -2.5vw;
  width: 92.5vw;
}

.backlink:hover {
  margin-left: -2vw;
  width: 92.5vw;
}