@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");

:root {
  --main-color: rgba(255, 255, 255, 0.8);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-image: url(public/background.png);
  background-size: cover;
  min-height: 100vh;
  padding: 20px 200px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.frame {
  /* width: 40%;
  max-width: 500px; */
}

.buy-here {
  margin-top: -100px;
}

.buy-here-img {
  width: 500px;
  transform: translateX(-120px) translateY(60px);
  z-index: 2;
}

.frame img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.h-49 {
  height: 49% !important;
}

.navigation {
  background-color: var(--main-color);
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid black;
  border-bottom: 5px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation img {
  object-fit: cover;
  object-position: center;
}

.tele {
  padding-top: 5px;
  padding-right: 5px;
}

.tele img {
  width: 80%;
}

.eagle {
  padding-left: 4px;
}

.eagle img {
  width: 100%;
  height: 100%;
}

.border-radius-50 {
  border-radius: 50px;
}
.wrap-contract {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 28px;
  font-weight: bold;
  background-color: var(--main-color);
  position: relative;
  border: 2px solid black !important;
  border-bottom: 5px solid black !important;
  padding: 10px 35px;
}

.wrap-contract p {
  margin-bottom: 0px;
}

.contract-address {
  border: 2px solid black;
  border-bottom: 5px solid black;
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 80px;
  border-radius: 40px;
  bottom: -22px;
  left: 40px;
  text-transform: uppercase;
  transform: translateY(50%);
  background-color: #fff;
}

#btn-copy {
  position: absolute;
  border: none;
  outline: none;
  right: 40px;
  bottom: -60px;
  padding: 0 40px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 40px;
  z-index: 2;
}

#btn-copy:hover {
  background-color: #dfdbdb;
}

.love-you {
  margin-bottom: 200px;
}
.love-you-img {
  width: 600px;
  margin: auto;
}

.total-supply-img {
  width: 600px;
  margin: auto;
}

.total-supply-img img {
  margin-bottom: -5px;
}

.w-45 {
  width: 45%;
}

.w-55 {
  width: 55%;
}

.mouse-vest {
  height: 350px;
}

.mouse-vest img {
  height: 100%;
}

.footer {
  margin-top: 280px;
}

.coins-img {
  width: 350px;
  height: 350px;
  top: 100%;
  right: 0px;
  position: absolute;
  transform: translateY(-50%) translateX(40%);
}

.coins-img img {
  height: 100%;
}

.p-15-35 {
  padding: 15px 35px;
}

@media (min-width: 1400px) {
  body {
    padding: 20px 25%;
  }
}
