body {
    font-family: "Avenir Next";
  }
  
  
  li {
    list-style: none;
    float:left;
    padding : 0px 20px;
  }
  
  hr {
    color:#888888;
  }

  img{
    width: 350px;
    height: 250px;
  
  }

  .header {
    background-color: #3e3e49;
    height: 70px;
    border-radius: 10px;
  }
  
  .header-logo {
  float: left;
  color: #fff;
  font-size: 36px;
  padding: 10px 40px;
  }

  .header-list {
    float: right;
    padding: 5px 20px;
    }

  .main {
    background-color: aliceblue;
    border: solid 1px #000;
    border-radius: 10px;
    height: 1100px;
  }
  
  .section{
    text-align: center;
    padding: 10px 0px;
  }

  .sname{
    text-align: center;
    font-size: 40px;
  
 }
  
  .subsection{
    float: center;
    padding: 10px 0px;
  }

  .ssname{
    text-align: center;
    font-size: 25px;
    
  }

  .message{
    text-align: center;
    font-size: 20px;
  }

  .footer {
    background-color: #ceccf3;
    height: 30px;
    border: solid 1px #000;
    border-radius: 10px;
    text-align: center;
    padding: 30px;

    }

    .fm{
      text-align: center;
      padding: 0px;
    }

    