header{
    background-color: black;
    color: white;
    text-align: center;
    height: 200px;
    display: block;
}

header h1{
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;

}


header h2{
    display: inline-block;
    padding-inline: 300px;
    
}


body{
    margin: 0;
}


a.hover{
    color: beige;
}








footer{
    background-color: black;
    color: white;
    height: 100px;
    position: absolute;
    bottom: 0;
    width: 100%;
  
    
}