*{
    box-sizing: border-box;
    /* font-family: poppins; */
}
html{
    overflow-y: hidden;
}
html, body{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
body{
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;

    
    display: flex;
    flex-direction: column;
}
main{
    flex-grow: 1;
    /* margin: 90px 0 50px 0; */
    padding: 0 120px;
}