* {
  outline: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #46484b;
}

.container-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  width: 100%;
  padding: 0 3rem;
}

a {
  color: #46932B;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  filter: brightness(0.7)
}