@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
html,
body {
  height: 100%;
  width: 100%;
  padding: 20px;
}
@media (max-height: 500px) {
  html,
  body {
    height: auto;
  }
}

body {
  color: black;
  display: flex;
  background-image: url(../img/bravo-automacao-industrial-fundo.png);
  background-size: cover;
  font-family: "Arimo";
  align-items: center;
}
body h1 {
  font-size: 40px;
}
body .container {
  text-align: center;
}
body .logo {
  height: 500px;
  
}
body .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 50px;
  margin:auto;
  max-width: 900px;
}
body .link {
  display: flex;
  align-items: center;
  color: black;
  text-align: left;
  text-decoration: none;
  font-size: 20px;
  gap: 20px;
  line-height: 1;
}
body .link strong {
  display: block;
}
body .link i {
  font-size: 30px;
}
body .copy {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
