@font-face {
    font-family:Nature;
    src: url(Nature.ttf);
}
h1{
    text-align: center;
    font-family:Nature;
    font-size: 60px;
}
p{
    text-align:center;
    font-size: large;
    font-weight: bolder;
    background-color: forestgreen;
    color:aliceblue
}
.button{
display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
body{
    background-image: url(sprites/Fishhhhh.gif);
}