@charset "UTF-8";

/*Saki Yokota
MAT 175-#1148
Exerise #2*/

.heading {
    top: 25px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    text-align: center;
    font-size: 125px;
    font-family: Cambria;
    -webkit-text-stroke: 1px yellow;
    padding: 1%;
    color: #c72626;
}

nav {
    margin-top: 200px;
    height: 100px;
    padding: 1%;
}

ul {
    display: flex;
    justify-content: center;
}

li {
    list-style: none;
    text-align: center;
    padding: 1%;
}

a {
    font-size: 42px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-family: Cambria;
    color: #c72626;
    -webkit-text-stroke: .5px yellow;
}

body {
    margin-left: 15%;
    margin-right: 15%;
    background-color:#9acd00;
    font-family: Cambria;
    font-size: 25px;
    text-align: left;
}