img{
width: 500px;
height: 400px;
border: 5px solid black;


}
body{
    background-image: url(hatter7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
p{
    font-family: cursive;
    font-size: 25px;
    color: white;
    text-align: center;
}

a{
    color: white;
    background-color: black;
    
}