@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: "Roboto",Helvetica,Arial,Lucida,sans-serif;
    padding: 0;
    margin: 0;
}

.legal-page {
    padding: 150px 0;
    padding-bottom: 50px;
}

.footer-container a {
    text-decoration: none;
    color: white;
}


.legal-page h1 {
    margin-bottom: 35px;
    font-weight: bolder;
}

.legal-page h4 {
    font-size: 22px;
}

.navbar {
    background-color: #232323;
}

.paragraph {
    margin: 35px 0;
}

.paragraph.end p {
    margin: unset;
}

.paragraph.end a {
    color: red;
    text-decoration: none;
}

.legal-page ol {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
}

html, body {
    overflow-x: hidden;
}

.coming-soon {
    padding: 50px 0 350px 0;
}

.coming-soon h1 {
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
    font-size: 49px;
}


.coming-soon p {
    font-weight: 400;
    text-align: center;
    font-size: 20px;
}

.sitemap-heading {
    font-size: 42px;
    margin-bottom: 35px;
}

.sitemap {
    display: flex;
    gap: 90px;
}

.sitemap h3 {
    font-size: 23px;
    margin-bottom: 15px;
}

.sitemap ul li a {
    font-size: 17px;
    text-decoration: none;
}