html {
    color-scheme: dark !important;
}
body {
    background-color: #131515;
}
p {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    color: rgb(255, 255, 255);
}
