.table>thead {
    vertical-align: bottom;
    font-size: 22px;
    background: #0e6efd;
    color: #fff;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 22px;
}
tr:hover {
background: #ff0021 !important;
    color: #fff !important;
    cursor: pointer;
}
button.accordion-button{
font-size: 22px;
    background: #c2dbfe;
    color: #0050ca;
}
.img-moon {
    margin: 10px auto 10px auto;
    max-width: 300px;
    display: block;
}

.ad-banner {
    background-color: #ddd;
    padding: 1rem;
    margin: 1rem 0;
    text-align: center;
    border: 1px solid #ccc;
}
button {
    padding: 0.5rem 1rem;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
body {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

/* Specific classes */
p {
    font-family: 'Roboto', sans-serif;
}
