/* CSS variables */

:root {
    --section-padding: 30px;
    --hero-space: 20px;
    --main-space: 20px;
    --main-color: #03A9F3;
    --secondary-color: #EA1E63;
    --grey-color: #444;
}