* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: white;
}

html {
    background-color: #2d1a28;
    background-color: #7496a0;
    background-color: #577078;
    background-color: #274853;
    background-image: url('./assets/gc_bg_mobile.jpg');
    background-position: center;
}

@font-face {
    font-family: AtomicMd;
    src: url('./assets/AtomicMd.otf');
}

h1 {
    font-family: 'AtomicMd';
    color: white;
    font-size: 2.4em;
}

#headingcontainer {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    /* border: 3px solid orange; */
}



#logocontainer {
    width: 100%;
    display: flex;
}

#img_logo {
    width: 280px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}


#linkcontainer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    /* border: 3px solid pink; */

}

p {
    font-family: "Crimson Pro";
    font-size: 1.3em;
}





@media screen and (min-width: 1050px) {
    html {
        background-image: url('./assets/gc_background2.jpg');
    }
    #img_logo {
        width: 410px;
        margin-top: 30px;
    }

    h1 {
        font-size: 3.8em;
    }
    
    #headingcontainer {
        margin-top: 40px;
        width: 600px;
    }
    

}