header {
    font-family: 'Rye', cursive;
    font-size: 72px;
    color: white;
    text-align: center;
    margin: 25px;
}

body {
    background-image: url("../images/sprinkles.jpg");
    background-attachment: fixed;
    background-size: cover;
}

#start {
    margin: 50px;
}
.content {
    font-size: 24px;
    color: rgb(234, 240, 250);
    background-color: rgb(224, 146, 243);
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding: 10px;
}

.hide {
    display: none;
}
