.slide {
   
    display: none;
}

.slide.showing {
 
    display: block;
}

#slider {
   
    width: 300px;
}
 
 

body {
    background-color: #FCF1B2 ;
    font-family: 'Amatic SC', cursive;
    text-align: center;
}

h1 {
    color: #a79085 ;
    font-size: 75px;
    
}

h2 {
    color: #a79085;
    font-size: 28px;
}

label {
    color: #a79085;
    font-size: 28px;
}

select {
    color: #a79085;
    font-size: 18px;
    font-family: 'Amatic SC', cursive;
}

input {
    font-size: 15px;
    font-family: 'Amatic SC', cursive;
}