
/* Basic text style */
body {
    font-family: "Open Sans", "Noto Sans", sans-serif;
    text-align: left;
    color: #c9c4b9;
    background-color: #191B1C;
    font-size: 18px;
    min-height: 100vh;
    margin: 0;

    display: flex;
    flex-direction: column;
}

a {
    color: #df494f;
}