@import url('https://fonts.cdnfonts.com/css/poppins');
                
html {
    scroll-behavior: smooth;
}

body {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

#page-content-background{
    position: relative;
    background: linear-gradient(0deg, #000000 0%, #0B270E 100%);
    align-content: center;
}

#page_content {
    margin: auto;
    max-width: 1200px;
}

.section-header {
    padding: 2rem 0 2rem 0;
    color: #7CAC16;
}

.text-justify{
    text-align: justify;
}

#particles-js {
    background: rgba(76, 175, 80, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
}

#coming-soon-text {
    font-size: 20vw;
    background: #1CA312;
    background: linear-gradient(180deg, #7CAC16 50%, #ACCA6B 80%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 768px) {
    #coming-soon-text {
        font-size: 8.4vw;
    }

    .section-header {
        padding: 4rem 0 4rem 0;
        color: #7CAC16;
    }
}

.content-width{
    max-width:1200px;
}

#welcome-section {
    position: relative;
    display: flex;
    min-height: 60vh;
    width: 100%;
}

@media only screen and (min-width: 768px){
    #welcome-section {
        min-height: 100vh;
    }
}