@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
body {
  background: #222222;
  font-family: "Open Sans", sans-serif;
}

#wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrapper .card {
  max-width: 100%;
  padding: 30px;
  background: #EFEFEF;
  width: 960px;
  min-height: 450px;
  position: relative;
  box-shadow: 0 0 30px black;
  border-radius: 3px;
}
#wrapper .card .logo {
  text-align: center;
}
#wrapper .card .logo img {
  max-height: 300px;
}
#wrapper .card .copyright {
  position: absolute;
  font-size: 12px;
  color: #666666;
  text-align: center;
  bottom: -30px;
  left: 0;
  right: 0;
}
#wrapper .card .text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #222222;
  color: white;
  padding: 10px;
  text-transform: uppercase;
}
#wrapper .card .social-media {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 75%;
  margin: 30px auto 0;
}
#wrapper .card .social-media > div {
  text-align: center;
}
#wrapper .card .social-media > div a {
  color: #AAAAAA;
  font-size: 60px;
  text-decoration: none;
}
#wrapper .card .social-media > div a:hover {
  color: #062E45;
  transition: color 0.3s;
}

/*# sourceMappingURL=style.css.map */
