/* reset CSS*/
/* *{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
} */

/* colors */


body{
    font-family: 'Poppins', sans-serif;
}

/* .box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    height: 300px;
    margin-top: -100px;
} */

#spinner{
    display: none;
}