body {
    background-image: url(sky.jpeg); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center;
    width: auto;
    height: auto;
}


h1 {
    font-size: 80px;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    color: white;
    text-align: center;
    width: auto;
    height: 60px;
}

h2 {
    font-size: 20px;
    font-family: "Reddit Mono", monospace;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    color: white;
}

.button {
    height: 180px;
    width: 180px;
    background-color: none;
    border: none;
    margin: none;
    padding: 4px;
    text-align: center;
    color: none;
}