@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;700&display=swap");

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
    font-family: "Nunito", sans-serif;
    background-color: #000;
    color: #fff;
}

.qr {
    padding-top: 30px;
}

.logo {
    text-align: center;
}

.hero-title {
    padding: 30px;
}

h1 {
    text-align: center;
}

h2 {
    padding: 20px 30px;
    text-align: center;
}

.hero-contact-site, .hero-contact-link {
    background: linear-gradient(67.86deg, #002fc7 -38.38%, #000000 71.88%);
    margin-bottom: 20px;
}

.hero-contact div a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 20px;
}

.hero-contact div img {
    padding-right: 20px;
    max-width: 50px;
}