.style div {
  text-align: center;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}

.num {
  font-family: 'Raleway', sans-serif;
  font-size: 80px;
  margin-bottom: 30vh;
  border-bottom: 15vh;
  padding-bottom: -15vh;
}

body {
  overflow: hidden;
  background-color: lightBlue;
}

.button {
  color: black;
  border: 2px solid black;
  transition-duration: 0.4s;
  padding: 15px 32px;
  margin-bottom: 15vh;
  display: inline-block;
  font-size: 25px;
  border-radius: 15px;
}

.button:hover {
  background-color: darkBlue;
  color: lightBlue;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.5), 0 17px 25px 0 rgba(0,0,0,0.5);
}

.letter {
  text-align: center;
  width: 12px;
}

.BaG {
  padding-bottom: 10vh;
}

.RcG {
  text-align: center;
  font-size: 20px;
  padding: 50px;
  border-color: black;
  border-top-style: solid;
  border-left-style: hidden;
  border-bottom-style: hidden;
  border-right-style: hidden;
  margin-top: 40px;
}

.link {
  margin-right: 20px;
  margin-left: 30px;
  font-size: 30px;
  padding: 30px 30px;
  border: 1px solid black;
  border-radius: 75%;
  text-decoration-line: none;
  color: black;
  background-color: white;
}
