* {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #06050b;
}
body,p,li {
    font-size: 24px;
}
strong {
    font-weight: 800;
}
h1 {
    font-weight: 800;
    font-size: 64px;
    clear: both;
}
h2 {
    font-weight: 600;
    font-size: 40px;
    clear: both;
}
h3 {
    font-weight: 600;
    font-size: 35px;
    clear: both;
}
h4,h5,h6 {
    font-weight: 600;
    font-size: 24px;
}
ol,ul {
    padding-inline-start: 24px;
}
li {
    padding: 0 10px;
}
table {
    width: 100%;
}
td {
    text-align: center;
}
thead th, tfoot td {
    font-weight: bold;
    vertical-align: bottom;
    background-color: #06050b;
    color: #ffffff;
}
.hide {
    display: none;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
table.smallText th, table.smallText td {
    font-size: 0.5em;
} 
a.button {
    border: 2px solid blue!important;
    box-shadow: none!important;
    background-color: blue;
    color: #06050b;
}
#header {
    background-color: blue !important;
    width: 100%;
    position: fixed;
    top : 0;
    left: 0;
}
#logo {
    display: flex;
    float: left;
    width: 100%;
}
nav {
    display: flex;
    float: right;
}

/* Tablet - Horizontal */
@media screen and (max-width:1024px) {
    h1 {
        font-size: 55px;
    }
}

/* Tablet - Vertical */
@media screen and (max-width:768px) {
    body,p,li {
        font-size: 16px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 22px;
    }
    h3,h4,h5,h6 {
        font-size: 18px;
    }
    ol,ul {
        padding-inline-start: 16px;
    }
}

/* Phone */
@media screen and (max-width:425px) {
    body,p,li {
        font-size: 16px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 22px;
    }
    h3,h4,h5,h6 {
        font-size: 18px;
    }
    ol,ul {
        padding-inline-start: 16px;
    }
}
/* help upload... */