
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');



body {
  background-color: rgba(10, 182, 194, 0.31373);
  font-family: 'Open Sans';
}

div.fixed {
  position: fixed;
  bottom: 0;
  right: 25;
  width: 20px;
}

button {
  background-color: #0BC2CF;
  border: none;
  color: white;
  padding: 29px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 8px;
  transition-duration: 0.4s;
}

button:hover {
  background-color: white;
  color: black;
}
