body {
  background-image: url("https://file.garden/ZnOP4WYRNQ9BogGC/BACKGROUNDS/backgrounds/Screenshot%202025-01-15%20191156.png");
  background-size: 45px;
  font-family: MS Gothic;
  font-color: black;
}

img {
  display: block;
  margin: auto;
  width: 10%;
  border: double #c9c9c9 3px;
}
p {
  text-align: center;
}

.btn:hover {
  background-image: -webkit-linear-gradient(top, #dce0df, #87b096);
  background-image: -moz-linear-gradient(top, #d4d4d4, #87b096);
  background-image: -ms-linear-gradient(top, #dce0df, #87b096);
  background-image: -o-linear-gradient(top, #dce0df, #87b096);
  background-image: linear-gradient(to bottom, #dce0df, #87b096);
}

.btn {
  background-color: #dce0df;
  color: #000000;
  background-image: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(238, 238, 238, 0.008) 100%
  );
  margin-left: 920px;
  margin-top: 10px;
  display: inline-block;
  width: auto;
  text-decoration: none;
  padding: 5px;
  line-height: 1;
  border: 1px outset #878787;

  box-shadow: inset 0px 0px 6px -10px rgb(66 66 66 / 56%),
    inset -13px 0px 6px -10px rgb(66 66 66 / 56%),
    inset 0px 13px 6px -10px #ffffff,
    inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
}
