
    @font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('Arial Regular'), url('ARIAL.woff') format('woff');
    }

    @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('Montserrat'), url('Montserrat.woff') format('woff');
    }

 /* Reset margin and padding for all elements */
* {
    margin: 0;
    padding: 0;
}

/* Logo styles */
img#logo {
    width: 375px; 
    height: 106px;
    max-width: 90%;
    margin-top: 20%;
}

/* Body styling */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.7em;
    color: #2C2C2C; 
    font-family: 'Arial Regular', sans-serif;
    font-size: 26px;
    text-align: center;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: auto;
}

/* Top and bottom sections for gradient backgrounds */
.top-section, .bottom-section {
    position: fixed;
    width: 75%;
    height: 30%;
    z-index: 0;
}

.top-section {
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #00ddb4, #0090c7);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.bottom-section {
    bottom: 0;
    right: 0;
    background: linear-gradient(45deg, #ff02ff, #ff7a45);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* Flex container */
.pure-g {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Container styling */
.container {
    text-align: center;
    color: #333333;
    position: relative;
    z-index: 1;
}

/* Heading and paragraph styles */
h1, h2, h3, h4, h5, h6, label {
    color: #434343;
    font-family: 'Arial Regular', sans-serif;
    font-weight: 700;
    line-height: 1em;
}

h1 {
    font-size: 1.4em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

p, li {
    font-size: 1em;
    font-family: 'Montserrat', serif;
}

/* Social media icons */
.social {
    margin-top: 20px;
}

a.fa {
    padding: 0.5em;
    font-size: 1.5em;
    width: 1em;
    text-align: center;
    text-decoration: none;
    color: #0090c7;
    transition: 0.2s;
    text-shadow: 1px 1px 10px #eeeeef; 
}

a.fa:hover {
    opacity: 0.9;
    color: #ff7a45;
    text-shadow: 1px 1px 5px #eeeeef; 
    transition: 0.3s;
}

/* Footer styling */
footer {
    position: fixed;
    color: #2C2C2C;
    background-color: transparent;
    font-family: 'Arial Regular', sans-serif;
    font-size: 13px;
    text-align: right;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 50px;
    z-index: 10;
}

footer p, a {
    right: 0.5em;
    bottom: 0.5em;
    text-decoration: none;
    padding: 1em 2em;
    color: #434343;
    display: inline;
}

@media only screen and (max-width: 600px) {
    a.fa {
        padding: 0.2em;
        font-size: 3em;
        width: 3em;
        text-align: center;
    }

    footer {
        font-size: 12px;
    }
}

/* Legal notices section */
div#notices352 {
    margin: 2em 2em 6em 2em;
    padding: 1em;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.5em;
    z-index: 1;
    position: relative;
}

div#notices352 h1 {
    margin-top: 3em;
    text-align: center;
    line-height: 1em;
}

div#notices352 h2 {
    margin-top: 2em;
    line-height: 1em;
}

div#notices352 h3 {
    margin-top: 1em;
    line-height: 1em;
}

/* Remove padding and margin from links in #notices352 */
div#notices352 a {
    padding: 0;
    margin: 0;
    color: #ff7a45;
    text-decoration: none;
}

div#notices352 a:hover {
    text-decoration: underline;
    color: #0090c7;
}

ul {
   list-style-position: inside;
}

/* Responsiveness */
@media (max-width: 768px) {
    div#notices352 {
        margin: 1.5em 1em 6em 1em;
        font-size: 0.7em;
    line-height: 1em;
    }
}
