@charset "UTF-8";

* {
  margin: 0 auto;
  padding: 0;
}

body {
  max-width: 100vw;
  background-color: #000000;
}

.img-logo {
  width: 46.875rem;
}

section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.div-container {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.div-btns {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 150px;
}

.div-btns a {
  display: flex;
}

.div-btns img {
  width: 6.25rem;
  height: 6.25rem;
}
