body {
    background-color:darkgray
}

h1 {
    color:Teal;
    text-align: center;
    font-family: 'Brush Script MT', cursive;
    font-size: 45px;
}

h2 {
    color:Teal;
    text-indent: 20px;
    font-family: 'Brush Script MT', cursive;
    font-size: 35px;
}

.maui-text-med {
    color:Teal;
    font-family: 'Brush Script MT', cursive;
    font-size: 35px;
}

p {
    text-indent: 50px;
}

img {
    border-width: 20px;
    border-color: white;
    border-style: solid;
    padding:0px;
    margin:30px;

    background-color: yellow;
    box-shadow: 10px 10px 5px #888888;
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);

    position: absolute;
    left: 120px;
    width: 70%;
    z-index: -1;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li a:link, li a:visited {
    display: block;
    width: 120px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #98bf21;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

li a:hover, li a:active {
    background-color: #7A991A;
}

