@charset "UTF-8";
/* Saki Yokota
MAT 175-#1148
Exerise #1
*/

header {
    text-align: center;
    font-size: 80px;
    font-weight: bold;
}

nav {
    width: 100%;
    height: 100px;
    background-color: beige;
    padding: 1%;
}

ul {
    display: flex;
}

li {
    list-style: none;
    text-align: center;
    padding: 1%;
}

a {
    font-size: 35px;
    font-weight: bold;
    display: block;
    color: navy;
}