html,
body {
    margin: 0;
    background-image: url("page.gif");
    background-repeat: repeat;
    font-family: "Courier New", monospace;
    color: black;
}

header {
    width: 95%;
    height: 180px;  
    margin: 20px auto;
    overflow: hidden;

}
header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

h1 {
    text-align: center;
}

p {
    text-align: center;
}


a {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: white; 
}
