body {
    background-image: url(jellyfish.gif);
    background-repeat: no-repeat;
    background-size: 100%;
}

h1 {
    font-family: "puffin-arcade-chrome", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 150px;
}

.menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: "omnes-pro", sans-serif;
    color: white;
    font-weight: 700;
    font-style: normal;
    width: 400px;
    font-size: 25px;
}