body{
    background-size: auto;
    background-color: #006a6c;
    color: #fff4e6;
    font-family: MS Gothic,Times, serif;
    font-size: 16px;
    text-align: center;
    justify-content: center;
}

footer{
    display: block;
    clear:both;
    text-align: center;
    padding: 20px;
    height: 80px;
    display: flex;
    justify-content: center;
}