*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

:root {
    --yellow: #F6CE57;
    --green: #8BC24A;
    --lightgreen: #D0FF98;

    --gray:#E5E3DE;
}

.justified-text {
    text-align: justify;
}