/* General */

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(185, 185, 185);
}

td, tr, th {
    font-size: 20px;
}

h1, h2, .inicio, table, .boton {
    text-align: center;
}

/* Header */

.navbar {
    background-color: white;
}

/* Formularios */

.formulario {
    border: 2.5px solid rgba(0, 0, 0, 0.5);
    padding: 25px;
    width: 40%;
    margin: auto;
}