@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');





*::selection{
    background:var(--blue);
    color:#fff;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
}

section{
    padding:0 9%;
    padding-top: 7.5rem;
}





header{
    position: fixed;
    top:0; left:0;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:#fff;
    z-index: 1000;
    padding:1.5rem 9%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

  