@import './body.css';
:root {
    font-size: 16px;
    --white: #FFFFFF;
    --black: #000000;
}

@media screen and (max-width:637px) {
     :root {
        font-size: 12px;
    }
}

@media screen and (max-width:423px) {
     :root {
        font-size: 10px;
    }
}

@media screen and (max-width:376px) {
     :root {
        font-size: 8px;
    }
}

@media screen and (max-width:321px) {
     :root {
        font-size: 7px;
    }
}

@media screen and (max-width:280px) {
     :root {
        font-size: 6.5px;
    }
}