@import './font.css';

html {
    font-family: 'Poppins';
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    line-height: inherit;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

header {
    top: 0;
    display: flex;
    z-index: 50;
    position: sticky;
    background-color: #051e34;
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
}

.header-logo {
    display: flex;
    cursor: pointer;
    user-select: none;
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header-title {
    color: white;
    padding-left: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    white-space: nowrap;
}

p {
    text-align: justify;
}

table , td, th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

td, th {
    padding: 3px;
    width: 30px;
    height: 25px;
}

th {
    background: #f0e6cc;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

footer {
    display: flex;
    padding: 2rem;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
    background-color: #051e34;
}

.footer-logo {
    display: flex;
    cursor: pointer;
    user-select: none;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}

.footer-title {
    color: white;
    font-size: 2rem;
    line-height: 1.75rem;
    white-space: nowrap;
}
