    body {
     background: url(bg.jpg); 
     background-size: auto !important;
    }
    html {
     font-family: tropical;
    }

.header {
  text-align: center;
  margin: 0%;
  background: linear-gradient(180deg, rgba(0,155,255,1) 0%, rgba(0,255,175,1) 70%, rgba(0,255,175,0) 100%);;
  font-size: 48px;
  color: black;
  font-family: tropical;
  padding: 16px 0px;
}
.img, .specific {
  width: 10%;
  height: 10%;
}
.body {
 width: 100%;
 padding: 8px 0px;
 background: linear-gradient(180deg, rgba(249,246,20,0) 0%, rgba(249,246,20,1) 10%, rgba(255,184,0,1) 90%, rgba(0,0,0,0) 100%);
 color: black;
 font-weight: bold;
 font-size: 30px;
 font-family: tropical;
}
@font-face {
  font-family: tropical;
  src: url(/fonts/TropicalIslandVibes-ARL6L.ttf);
}

button {
  background: linear-gradient(180deg, rgba(0,155,255,1) 0%, rgba(0,255,175,1) 70%);
  border: solid white 3px;
  font-family: tropical;
  font-size: 22px;
}