h1{
    position:relative;
    left:0;
    border: 2pt solid #000;
    width:500px;
    text-align:center;
    background-color: lightblue;

}
body{
    background-color: hotpink;
}
footer{
    text-align: center;
    margin-top: auto;
    background-color: palevioletred;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}