body {
    font-family: 'Sedgwick Ave Display', cursive;
    background-image: url('../images/background.jpg');
}
header {
    display: flex;
    align-items: center;
}

article, img, #indexContainer {
    padding: 1.5rem;
}

.button {
    background-color: red;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.button:hover {
    background-color: darkred;
    cursor: pointer;
}

h1 {
    cursor: pointer;
}
