@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&family=Roboto:wght@300&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}

h4 {
    text-align: center;
    margin-bottom: 16px;
}

.res {
    display: flex;
    align-items: center;
    justify-content: center;
    color: green;
    font-weight: 600;
}

label {
    font-size: 13px;
}

header {
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 3px rgba(80, 79, 79, 0.459);
    height: 60px !important;
    padding: 0 1rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

header img {
    width: 90px;
}

th {
    font-size: 13px !important;
}

td {
    font-weight: 400;
}