* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: #343434;
}

:root {
    --primary-color: #55b342;
    --writing-color: #7e7e7e;
    --secondary-color: #042D36;
}