header{
    padding: 2px;
    border-radius: 5px;
    background-color: black;
   color:white 
}
body{
    min-height: 100vh;
    background-image: url(pagebg.jpg);
    display: flex;
    flex-direction: column;
    background-size: 300px, 500px;
}
main{
    padding: 2px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: black;
   color:white 
}
footer{
    background-color: black;
    color:white;
    padding: 2px;
    margin-top: auto;
    border-radius: 5px;
}
p{
margin: 5px;
margin-left: 15px;
margin-right: 15px;
}
h3{
    margin-left: 5px;
    margin-right: 5px;
}
a{
    padding: 10px;
}