@import url('https://fonts.googleapis.com/css?family=Nunito:200,400');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600&display=swap');

h1,h2 {
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
}
h1{
    font-size: 80px;
    color: #26585b;
}
h3 {
    font-family: 'Rajdhani', sans-serif;
}
body {
    font-family: 'Nunito', sans-serif;
    margin: 10px;
    font-size: 1.2rem;
}
form {
    width: 100%;
    max-width: 400px; 
    margin: 5px;
}
table {
    border-collapse: collapse;
    width: 100%;
    max-width: 400px;
}
th,
td {
    border: 1px solid black;
    padding: 2px;
}
input {
    width: 95%;
    box-sizing: border-box;
    margin: 1px 5px;
}
button {
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 5px;
    
}
canvas {
    border: 2px solid #282c34;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
}
p{
    text-align: justify;
}
p.centered {
    text-align: center;
}

#tableContainer {
width: 100%;
max-width: 400px;
}
.centered {
    text-align: center;
}
a.centered{
    display: flex;
    justify-content: center;
    align-items: center;
}