﻿@import "main.css";


main {
    height: 270%;
    padding-top: 0;
}
table {
    width: 100%;
    font-weight: initial;
    font-size: x-large;
    border-spacing: 0.25em 1em;
}
td h1,p {
    padding: 5% 5% 0 5%;
}
#seahawk td {
    background: url("../images/seahawk_burger.jpg");
    background-size: cover;
    color: #D81802;
}
#fresca td {
    background: url("../images/fresca_burger.jpg")fixed;
    background-size: cover;
    color: white;
}