
@import url("https://fonts.googleapis.com/css?family=Poppins");
@import url("https://fonts.googleapis.com/css?family=Helvetica");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap");

body,html {
  background-image: linear-gradient(#1B1B1E, black);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
 font-family: "Montserrat", sans-serif;
}

.main {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
   min-height: 70vh;
}

.main span {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.main p {
  color: white;
  font-size: 10px;
}

.main img {
  width: 180px;
  height: 180px;
  align-items: center;
  
}



.glass-box {
  -webkit-box-shadow: rgba(255, 255, 255, 0.00) 0px 0px 0px 0.5px inset;
  box-shadow: rgba(255, 255, 255, 0.00) 0px 0px 0px 0.5px inset;
}

.nav-link2,
.navbar-brand2 {
  transition: 0.2s !important;
  text-align: left;
}

.nav-link2:hover,
.navbar-brand2:hover {
  color: #0d6efd !important;
  transition: 0.2s !important;
}


.vs-div {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.animate__animated.animate__shakeY {
  --animate-duration: 14s;
}

.vertical-center {
  min-height: 90%;
  min-height: 90vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: middle;
  -webkit-align-items: middle;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: middle;
  width: 90%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}


.dev {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
   min-height: 70vh;
}

.dev span {
  color: white;
  font-size: 25px;
  font-weight: bold;
}

.dev p {
  color: white;
  font-size: 15px;
}

.arceus {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
   min-height: 60vh;
}

.arceus span {
  color: white;
  font-size: 25px;
  font-weight: bold;
}

.arceus p {
  color: white;
  font-size: 15px;
}

.arceus img {
  width: 180px;
  height: 180px;
  align-items: center;
  
}


.arceus button {
  width: 100px;
  border-radius: 5px;
  border: 1px solid royalblue;
  height: 30px;
  background: royalblue;
  color: white;
  font-family: "Montserrat", sans-serif;
}

.misako {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
   min-height: 60vh;
}

.misako span {
  color: white;
  font-size: 25px;
  font-weight: bold;
}

.misako p {
  color: white;
  font-size: 15px;
}

.misako img {
  width: 180px;
  height: 180px;
  align-items: center;
  border-radius: 5px;
}


.misako button {
  width: 100px;
  border-radius: 5px;
  border: 1px solid royalblue;
  height: 30px;
  background: royalblue;
  color: white;
  font-family: "Montserrat", sans-serif;
}

.shadow {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
   min-height: 60vh;
}

.shadow span {
  color: white;
  font-size: 25px;
  font-weight: bold;
}

.shadow p {
  color: white;
  font-size: 15px;
}

.shadow button {
  width: 100px;
  border-radius: 5px;
  border: 1px solid royalblue;
  height: 30px;
  background: royalblue;
  color: white;
  font-family: "Montserrat", sans-serif;
}

.iy {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
   min-height: 70vh;
}

.iy span {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.iy p {
  color: white;
  font-size: 10px;
}

.iy img {
  width: 180px;
  height: 180px;
  align-items: center;
  border-radius: 10px;

}


.iy button {
  width: 100px;
  border-radius: 5px;
  border: 1px solid royalblue;
  height: 30px;
  background: royalblue;
  color: white;
  font-family: "Montserrat", sans-serif;
}

span {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
