body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    background: linear-gradient(160deg, #000C2D 40%, #CED73E 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow-x: hidden;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: 900px;
    width: 90%;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logo-container svg {
    width: 150%;
    max-width: 700px;
    height: auto;
    margin-bottom: 20px;
}

.tagline {
    font-size: 1.3rem;
    font-weight: 70;
    margin-bottom: 40px;
    line-height: 1.3;
    max-width: 100%;
}

footer {
    margin-top: 25px;
    font-family: 'Rubik', sans-serif;
}

.contact-heading {
    font-family: 'Rubik', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.contact-email {
    font-family: 'Rubik', sans-serif;
    font-size: 1.1rem;
}

.contact-email a {
    color: #ffffff;
    text-decoration: none;
}

.contact-email a:hover {
    text-decoration: underline;
}
