body {
  
  margin: 0;
  font-family: "MedievalSharp", sans-serif;
}


h1{
  
  text-align: center;
  font-size: 64px;
}
@keyframes TextScale {

  from {

    font-size: 2px;
    background-color: black;
  }

  to {

    font-size: 16px;
    background-color: #895129;
  }
}
.hole {
  
  height: 250px;
  width: 250px;
  background-color: #895129;
  border: 20px solid black;
  border-radius: 50%;
  display: inline-block;
}

*::selection {
  
  background-color: green;
  color: #895129;
  
}

.top-btn {
appearance: none;
-webkit-appearance: none;
  display: inline-block;
   cursor: pointer;
    width: 120px;
     height: 120px;
      padding: 0;
       color: white;
        background-color: blue;
         border-radius: 50%;
          border: 8px solid black;
           background-color: #895129;
}

.top-btn:hover {

  transition: 2s;
  background-color: black;
  color: white;
}

#top-btn-container {

  position: relative;
}

.top-btn {

  font-family: "Londrina Solid";
  animation: TextScale 2s;
  font-size: 16px;
}

#top-btn1 {

  position: absolute;
  
  bottom: -90px;
}

#top-btn2 {

  position: absolute;
  bottom: -90px;
  left: 190px;
}

#top-btn3 {

  position: absolute;
  bottom: -90px;
  left: 420px;
}

#top-btn4 {

  position: absolute;
  bottom: -90px;
  left: 625px;
}

#r-top-btn1 {
  position: absolute;
  bottom: -90px;
  right: 50px;

}

#r-top-btn2 {

  position: absolute;
  bottom: -90px;
  right: 225px;
}

#r-top-btn3 {

  position: absolute;
  bottom: -90px;
  right: 400px;
}
#r-top-btn4 {

  position: absolute;
  bottom: -90px;
  right: 600px;
}

