* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    font-weight: bold;
}

.dark {
    background-color: #090909;
    color: white;
}

.light {
    background-color: white;
    color: black;
}

.darklight {
    background-color: #161616;
    color: white;
}

.darklight p {
    color: white;
}