h1,
h2 {
    color: red;
    text-decoration: underline;
    text-align: center;
}

p,
ul,
table,
label {
    color: purple;
}

tbody tr td,
#esp,
.obg {
    color: aquamarine;
}

table td,
th {
    width: 100px;
    text-align: center;
}

table {
    border-style: groove;
}

p::first-letter {
    font-size: 200%;
}

footer {
    font-size: 11px;
}

html {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
