*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.header{
    width: 100%;
    height: 80px;
    display: block;
    background-color: lightcoral;
    margin: 0 auto;
}
.inner-header{
    width: 90%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.header-logo{
    height: 100%;
    display: table;
    float: left;
}
.header-logo h1{
    color:black;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-family: "Zhi Mang Xing";
    font-size: 32px;
    font-weight:200 ;
}
.header-logo h1 span{
    font-size :800;
    font-family: 'Uncial Antiqua'; 
    color:darkred;
}
.header-list {
    float: right;
    height: 100%;
}
.header-list a{
    height: 100%;
    float: left;
    display: table;
    padding: 0px 20px;
}
.header-list a li{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: wheat;
    font-family: "Zhi Mang Xing";
    font-size: 16px;
}
.footer{
    width: 100vw;
    display: block;
    overflow: hidden;
    padding: 70px 0;
    box-sizing: border-box;
    background-color:lightcoral;
}
.inner-footer{
    display: block;
    margin: 0 auto;
    width: 1100px;
    height: 100%;
    
}
.footer-logo h1{
    color:black;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-family: "Zhi Mang Xing";
    font-size: 32px;
    font-weight:200 ;
}
.footer-logo h1 span{
    font-size :800;
    font-family: 'Uncial Antiqua'; 
    color:darkred;
}
.inner-footer, .footer-info{
    width: calc(21.66666667% -20px);
    margin-right: 10px;
    float: left;
    height: 100%;
}
.inner-footer ,.footer-info:last-child {
margin-right: 0;
}

.inner-footer ,.footer-info h1{
    font-family: "Zhi Mang Xing";
    font-size: 22px;
    color: wheat;
    display: block;
    width: 100%;
    margin-bottom: 20px;  
}
.inner-footer ,.footer-info a{
    font-family: "Zhi Mang Xing";
    font-size: 18px;
    color: wheat;
    display: block;
    font-weight: 200px;
    width: 100%;
    padding-bottom: 5px;
    
}
.content{
    height:1100px;
    width: 100%;
}
.content h1{
    font-size: 80px;
}  
.btn-wrapper {
    text-align: center;
    margin: 20px 0;
  }
  
  .btn {
    padding: 12px 24px;
    color:black;
    display: inline-block;
    opacity: 0.8px;
    border-radius: 4px;
    text-align: center;

  }
  
  .btn:hover {
    opacity: 2px;
  }  
  #post-btn {
    display: inline-block;
    padding: 14px 140px;
    background-color: #5dca88;
    border: none;
    border-radius: 3px;
    color: white;
    margin: 10px auto;
    cursor: pointer;
 }
 .message-wrapper {
    border-bottom: 1px solid gray;
    padding-bottom: 1000px;
    text-align:left;
  }
  
  .message {
    padding: 15px 40px;
    background-color: #5dca88;
    cursor: pointer;
    box-shadow: 0 7px #1a7940;
  }
  
  .message:active {
    position: relative;
    top: 7px;
    box-shadow: none;
  }
.content-info{
    border: 1px solid gray;
    padding: 25px;
}
.content-head span{
    color: green;
    font-weight: 800;
    font-family: 'Lobster', cursive;
}
.content-info span{
    color:blue;
    font-weight: 800;
    font-family: 'Bangers', cursive;
}
label{
    color:red;
    font-family: 'Shadows Into Light', cursive;
}



.footer-info{

    margin-left: 350px;
}