html {
    background-color: rgb(197, 197, 197);
    color: rgb(240, 240, 240);
    font-size: 32px;
}

p {
    border-radius: 12px;
    background-color: rgb(90, 90, 90);
    text-align: center;
}
