@charset 'UTF-8';


* {
    font-family: 'Josefin Sans', sans-serif;
}

h1 {
    margin-top: 1em;
}

body {
    background-color: white;
}

h1,
h2,
h3 {
    text-align: center;
}

a:visited {
    color: black;
}

a {
    text-decoration: none;
}

p {
    font-size: 1.5em;
    text-align: center;
}

div {
    display: block;
}

button {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 2em;    
}

.separator {
    height: 5px;
    background-color: rgb(202, 190, 190);
    opacity: 0.1;
    width: 100%;
}

footer {
    margin-top: 50px;
}