@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  background-image: url("https://phantom-motos.s3.sa-east-1.amazonaws.com/assets/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 100vh;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

.logo {
  width: 80px;
  text-align: center;
  margin: 100px auto;
}
.logo img {
  width: 100%;
}

h3.link {
  margin-top: -85px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.external-links {
  width: 270px;
  max-height: 340px;
  height: 320px;
  overflow-y: scroll;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%);
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.external-links a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  background: #C2FF00;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  margin-top: 20px;
  text-align: center;
  border-radius: 15px;
  transition: 0.3s;
}
.external-links a:hover {
  color: #666;
}/*# sourceMappingURL=style.css.map */
