body {
    background-color: hsl(0, 53%, 24%);  
    
    /* background-color: hsl(194, 100%, 63%);  */
}

button {
    font-size: 25px;
    background-color: hsl(0, 100%, 32%);
    color: black;
}

h1 {
    font-family: Snell Roundhand, Verdana, Geneva, Tahoma, sans-serif;
    color: white;
}

p {
    font: cursive;
}

#separationwords {
    height: 1000px;
    width: max-content;
}

.gallery {
    display: block;
    border: 4px solid black;
    margin: 10px
}

.gallery img {
    width: 100%;
    height: auto;

}

.description {
    font-family: Bradley Hand, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: white;
}

#separationalbum{
    height: 100px;
    width: max-content;
}
