@import url("./all.css");
#full-area {
  width: 100%;
  min-height: 100vh;
  background: url("../media/backgrounds/background (1).jpg");
  background-size: 30%;
  background-position: center center;
  position: absolute;
  font-family: f;
  overflow-x: hidden;
  user-select: none;
  animation: bgAnim 30s infinite;
}
#full-area .black-cover {
  width: 100%;
  height: 100%;
  background: #00000005;
  position: absolute;
}
#full-area .content {
  padding: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  width: 90%;
  max-width: 800px;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.094);
  border: 5px solid white;
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}
#full-area .content h1 {
  color: #2f73b2;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
}
#full-area .content p {
  color: black;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
#full-area .content p span {
  font-weight: 600;
}
#full-area .content p a {
  color: #2f73b2;
  font-weight: 600;
}
#full-area .content #home-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#full-area .content #home-links p {
  margin: 10px;
  background: #2f73b2;
  color: white;
  padding: 5px 20px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.104);
}
#full-area .content #home-links p:hover {
  transform: scale(1.03);
  filter: brightness(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.292);
}

@media (max-width: 800px) {
  #full-area .content h1 {
    font-size: 30px;
  }
}

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