html, body{	height: 100%;}

* {
    box-sizing: border-box;
}

body{ background-color: rgb(190, 208, 209); }

h1{
    margin: 20px 30px;
    text-align: center;
  font-family: 'Gamja Flower', cursive;
    color: cadetblue;
}

p{ font-family: 'Noto Sans', sans-serif;}

ul{text-align: left;}

h3{font-family: 'Gamja Flower', cursive;
font-size: 3em;}

h4{
  font-size: 1.5em;
  font-family: 'Gamja Flower', cursive;
}

h5{font-family: 'Gamja Flower', cursive;
  font-size: 1.3em;
  
}

footer{
    text-align: center;
    margin: 20px 20px;
}


nav li {
    display: inline-block;
    margin: 10px 50px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
}

.img{
  position: center;
  float: center;
}
