* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family:sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafbfb;
}

.centered {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sound img{
    width: 4rem;
    height: 4rem;
    margin-right: 10px;
}
.foresta img{
    width: 4rem;
    height: 4rem;
    margin-right: 10px;
}
.square {
  width: 30rem;
  height: 10rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 35px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.214) 0px 0px 10px 2px;
}

.square:hover {
  background: #00000010;
}
