* {
    margin: 0;
    padding: 0;
}

body {
    background: #254143;
    background-image: url(logo-sun20one-01-h.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
h2 {
    font-size: 1.56em;
    color: #0b0040;
}
footer {
    position: fixed;
    left: 0;
    bottom: -2px;
    width: 100%;
    padding: 18px 0 5px;
    color: #d4d8ec;
    text-align: center;
    background-color: #0b0040;
}
footer p {
    font-size: .9em;
}
footer p span {
    font-size: .8em;
}
.sun-img {
    width: 51.64%;
    height: auto;
    display: block;
    margin: 0 auto 0;
}
.inter-700 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.no-display {
    display: none;
}
.pt-10 {
    padding-top: 10%;
}

@media (min-width: 576px) {
    body {
        background: #254143;
        background-image: url(logo-sun20one-01.jpg);
        background-size: cover;
        background-repeat: no-repeat;
}
@media (min-width: 992px) {
    h2 {
        font-size: 1.7em;
        color: #0b0040;
    }
}
@media (min-width: 1200px) {
    h2 {
        font-size: 1.95em;
        color: #0b0040;
    }
    footer p {
        font-size: 1.1em;
    }
    footer p span {
        font-size: .9em;
    }
}
@media (min-width: 1400px) {
    body {
        background-image: url(logo-sun20one-01_xxl.jpg);
    }
}