/* Vars */
:root {
    --red: #ff4757;
    --dark-gray: #2f3542;
    --light-gray: #57606a;
    --off-white: #fbfbfb;
}