h1 {
    text-align:center;
    color: white;
    padding: 5px;
    font-family: 'Shadows Into Light Two', cursive;
    margin-bottom:30px;
    line-height:2em;
    font-size:4em;
  }

nav li {
    list-style-type:none;
    font-family: 'Noto Sans SC', sans-serif;
    font-size:1.1em;
    display:inline-block;
    padding-left: 120px;
    }

#profile {
     display:block;
     margin: auto;
     padding: 5px;
      }

body{
  font-size: 20px;
  line-height: 32px;
  font-family:  'Noto Sans SC', sans-serif;
  background:rgb(182, 181, 181);
  color:rgb(71, 107, 29);
  }

header, footer {background:rgb(7, 26, 54);
    width:100%;
  }

.middle{
  margin-left: 5em;
}

p{text-align:center;
  color:rgb(156, 154, 154);
  padding: 1em;
  font-family: 'Shadows Into Light Two', cursive;
  margin-bottom: 30px;
  line-height:1.1em;
  font-size: 1em;
  color:white;}

a:link {color: grey;}
a:visited{color:white;}