table {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    border-style: solid;
    border-color: black;
    border-width: 3px;
    border-radius: 10px;
    box-shadow:30px 10px 10px black;
}

caption {
    font-weight: bold;
    font-size: 25pt;
}

body {
    font-family: "Script MT Bold", cursive;
    background-color: greenyellow;
    text-shadow: 30px 10px 10px black;
}

td {
    text-align: center;
    width: 5%;
    height: 100px;
    border-style: solid;
    border-color: dimgray;
    border-radius: 2px;
    border-width: 1px;
}

a:link {
    text-decoration: none;
    font-size: 18pt;
    text-shadow: 30px 10px 10px blue;
}
a:link:hover {
    padding: 5pt;
    font-size: 20pt;
    border-style: dashed;
    border-width: 2px;
    border-radius: 5px;
}

header{
    background-color: yellow;
    padding: 1%;
    width: 50%;
    height: 2%;
    margin-left: 25%;
    margin-right: 25%;
    border-radius: 20px;
    text-align: center;
    border-style: solid;
    border-top: none;
    box-shadow:30px 10px 10px black;
}

footer{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    font-size: 25pt;
    text-align: center;
}