/* CSS Variables */
:root {
    --red: #ff5a5f;
    --grey: #222;
    --hover-button-color: #e94c4f;
    --background: #F7F7F7;
}