html{
    max-width: 992px;
    margin: auto;
    background-color: #001c83;
    background-image: linear-gradient(180deg, #001c83 0%, #001c43 100%) no-repeat fixed center;
    font-family: 'Homemade Apple', cursive;
    font-family: 'Raleway', sans-serif;
}

nav{
    max-height: 48px;
}

.myheadline{
    font-family: 'Homemade Apple', cursive;
}

.myfont{
    font-family: 'Raleway', sans-serif;
    font-size: 1.25em;
}

.parent{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.child{
    width: 360px;
    height: auto;
    justify-content: space-around;
    align-content: space-around;
}

#copy{
    margin-bottom: 1.5rem;
}

#test{
    margin-top: 1.5rem;
}
