@font-face {
  font-family: reef;
  src: url("../fonts/Reef.otf");
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(218, 250, 199, 0.71);
  font-family: reef;
}
body a {
  text-decoration: none;
  color: #78A75A;
  font-size: 2rem;
}
body main {
  height: 500px;
  position: relative;
  width: 500px;
  background-color: rgb(218, 250, 199);
  padding: 20px;
  text-align: justify;
  border: 5px solid #78A75A;
  border-radius: 15px;
  margin: 0px 50px 0px 50px;
}
body main h1 {
  margin-bottom: 20px;
}
body main a {
  font-size: 1rem;
}
body main img {
  position: absolute;
  left: 140px;
  right: 140px;
  bottom: 25px;
  width: 200px;
  height: 200px;
  border: 0px;
}
body img {
  border: 5px solid #78A75A;
  border-radius: 25px;
  margin: 10px;
  padding: 2px;
}
body img:hover {
  background-color: rgb(195, 241, 169);
}

/*# sourceMappingURL=style.css.map */
