body{
  background-color: cadetblue
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    border-radius: 10px;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

.post{
    background-color: white;
  padding: 30px;
  padding-top: 10;
  margin-top: 30px;
  border-radius: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

h1{
  text-decoration: underline;
  font-weight: bold;
}
h5{
  text-decoration: underline;
  text-align: right;
}