@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Outfit:wght@300;400;600&display=swap");
body {
  margin: 90px auto;
  background-color: #0d192b;
}

main {
  width: 300px;
  margin: auto;
  padding: 22px;
  background-color: #14253d;
  border-radius: 3.5%;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.imageBox {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 3%;
}

.crypto {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3%;
}

.eth {
  width: 100%;
  height: 100%;
  border-radius: 3%;
}

.viewEye {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 255, 247, 0.8);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3%;
  cursor: pointer;
}

.viewEye:hover {
  opacity: 1;
}

.eye {
  width: 15%;
  height: 15%;
  margin-top: 8rem;
  border-radius: 3%;
}

h1 {
  font-size: 1.3rem;
  margin-bottom: 0px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Outfit', sans-serif;
}

h1:hover {
  cursor: pointer;
  color: #00fff7;
}

h1:focus-visible {
  opacity: 0.2;
}

p {
  font-size: 18px;
  color: #8bacda;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Outfit', sans-serif;
}

.icon {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px;
  padding-bottom: 13px;
}

.span1 {
  font-size: 15px;
  font-weight: bold;
  color: #00fff7;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Outfit', sans-serif;
}

.img1 {
  margin-right: 8px;
}

.span2 {
  font-size: 15px;
  font-weight: bold;
  color: #00fff7;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Outfit', sans-serif;
  font-weight: normal;
  color: #8bacda;
}

.img2 {
  margin-right: 8px;
}

.div1 {
  margin-left: 22px;
  margin-top: -22px;
}

.line {
  width: 95%;
  color: #2f415b;
}

.views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 9px;
  color: white;
}

.view1 {
  width: 10%;
  margin-right: 15px;
  border: 2px solid white;
  border-radius: 50%;
}

.span3 {
  font-size: 16px;
  padding-top: 6px;
  color: #8bacda;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Outfit', sans-serif;
}

.span4 {
  color: white;
}

.span4:hover {
  cursor: pointer;
  color: #00fff7;
}

.span4:focus-visible {
  opacity: 0.5;
}

footer {
  padding: 15px;
  margin: 15px auto;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  letter-spacing: 2px;
}

.contact {
  color: orange;
  cursor: pointer;
}

.contact:hover {
  text-decoration: none;
  color: coral;
}

.contact:focus-visible {
  opacity: 0.6;
}

@media screen and (max-width: 1500px) {
  body {
    width: auto;
  }
}

@media all and (max-width: 555px) {
  footer {
    line-height: 1.9;
  }
}

@media all and (max-width: 370px) {
  body {
    margin: 15px auto;
    -webkit-transform: scale(0.81);
            transform: scale(0.81);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
/*# sourceMappingURL=main.css.map */