* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter';
}
body {
    height: 100vh;
    background: whitesmoke;
}
section {
    height: 500px;
    /* border: 1px dashed black; */
    padding: 20px 100px;
}
/*
@font-face {
    font-family: 'Futura Now';
    src: url('../assets/fonts/futura-now/FuturaNowText.ttf');
    font-weight: normal;
}