﻿@import "main.css";


main {
    padding-top: 5%;
    height: 100%;
    font-size: x-large;
    background: none;
}
table {
    margin-bottom: 10%;
}
th {
    width: 10%;
}
td {
    width: 20%;
}
th, td{
    background: white;
    border-collapse: collapse;
    border: 1px solid #713603;
    padding: 5%;
}
