body {
    background-color:rgb(183, 139, 95);
    background-image: url("file:///Users/elspethstevenson/Desktop/borders.png");
}
h1{
    text-align:center;
    font-size: 70px;
}
h3{
    font-size: 20px;
    text-align:center;
}
h4 {
    text-align: center;
    
}
.button {
    background-color:rgb(70, 55, 51);
    color:white;
    border: none;
    border-radius: 7px;
    font-size: 40px;
    cursor: pointer;
    font-family:Georgia, 'Times New Roman', Times, serif;
    padding: 5px;

}
.button:hover {
    background-color:rgb(40, 31, 29);
}
header {
    padding: 50px;
    text-align: center;
}
.p1 {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}
.center {
    justify-content: center;
}
img {
    display:block;
    margin:auto;
}
h2 {
    text-align:center;
    font-size: 50px;
}
p {
    text-align:center;
    font-size: 30px;
    border-style:dotted;
    border-color: rgb(40, 31, 29);
    border-radius: 20px;
    padding: 30px;
}