/* h1, h2, h3, h4, h5, h6 {
    font-family: Bradley Hand;
} */
body {
    background-color: #f6f0ff;
}

@media only screen and (min-width: 200px) {
    .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .spacing {
        margin-bottom: 1.5em;
    }
    .sections {
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .startBttn {
        background-color: #004122;
        color: #f6f0ff;
        border-radius: 8px;
        width: 4em;
        height: 2em;
        border: none;
        cursor: pointer;
    }
}