body{
            background-color: aliceblue;
            color: black;
            width: 80%;
            margin: auto;
        }
        nav li{
            display: inline;
            font-size: 1.25em;
            margin: 0.5em;
        }
        nav ul{
            text-align: center;
        }