@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.tabela {
    text-align: center;
    margin-top: 50px;
    position: relative;
}

h1 {
    color: #333;
    font-family: 'Poppins', sans-serif;
}

ul.disciplinas {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.disciplina {
    display: inline-block;
    padding: 8px 16px;
    margin: 4px;
    font-weight: bold;
    color: #fff;
}

.matematica {
    background-color: #3498db;
    color: #031275;
}

.portugues {
    background-color: #e74c3c;
    color: #853939;
}

.fisica {
    background-color: #b73ce7;
    color: #74306d;
}

.ef {
    background-color: #b8aa2b;
    color: #777706;
}

.ai {
    background-color: #3ce73c;
    color: #1e5d4c;
}

.almoco {
    background-color: beige;
}

span {
    font-size: 12px;
    color: #5c5858;
    float: right;
}



table {
    border-collapse: collapse;
    width: 80%;
    margin: 0 auto;
}

th,
td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
    font-family: 'Poppins', sans-serif;
}

table,
th,
td {
    vertical-align: middle;
    text-align: center;
}

.logo {
    height: 126px;
    width: 385px;
    position: absolute;
    top: 0%;
    left: 0;
    margin-left: 10px;
}