@font-face {
    font-family: 'Fredoka One';
    font-display: swap;
    src: url(fonts/FredokaOne-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: url(fonts/MontserratRegular-BWBEl.ttf);
    font-style: normal;
    font-weight: 400;
}

body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 18px;
    background-color: #fafad2;
}

h1, h2 {
    font-size: 3.2rem;
    font-family: 'Fredoka One', Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: normal;
    color: #694531;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
    letter-spacing: 2px;
}

h2 {
    font-size: 1.5rem;
    text-shadow: none;
    padding: 10px;
}

.container {
    text-align: center;
    border: 8px dotted #694531;
    padding: 25px;
    height: 100%;
    min-height: 60vh;
    background-color: white;
}

.instruct {
    font-size: .8rem;
    font-weight: 400;
}

label {
    font-weight: 400;
}

.showIpsum {
    text-align: left;
    text-indent: 1rem;
    margin: 1.5rem;
}
