* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: url(../images/background.jpg);
  background-size: cover;
  background-position: center;
}

.contents {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.botoes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
}

.botoes-item img {
  margin: 0 15px 0 0;
}

.color-prof {
  background-color: #05b9a1 !important;
}

.color-prof a {
  background-color: #008a77 !important;
}

.botoes-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #0d6efd;
  margin: 0 25px;
  border-radius: 10px;
}

.botoes-item h1 {
  color: #fff;
  font-size: 1.8rem;
}

.botoes-item div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.botoes-item a {
  color: #fff;
  padding: 3px 10px;
  background-color: #0055cd;
  display: block;
  border-radius: 50px;
  font-size: 0.8rem;
}/*# sourceMappingURL=homepage.css.map */