@font-face {
    font-family: nb;
    src: url(./Fonts/NBInternationalProBoo.ttf);
}

@font-face {
    font-family: rejoy;
    src: url(./Fonts/Rejouice-Headline.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: nb;
}    

html, body {
    height: 100%;
    width: 100%;
    background-color: black;
}

//*-------page1 startts here--------------------------------------------------------*/

#page1{
    height: 50vh;
    width: 100%;
    color: azure;
    background-color: white;
    position: relative;
}

#store{
    /*height: 100%;
    width: 100%;*/
    position: static; 
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20vh 20vh;
    margin: 10vw 10vw;
}


    
    

