.curling {
    background-image: url('../images/CurlingFamily.png'), url('../images/CurlingSheet.jpeg');
    background-size: 50%, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, left, top;
    margin-left:	  auto;
    margin-right:	  auto;
}

.curling h2 {
    color: blue;
    font-weight: bold;
    font-size: 10cqw;
}

.curling h3 {
    font-size: xx-large;
}

.curling h4 {
    font-size: x-large;
}

.registration {
    text-align: left;
}

.registration summary {
    font-size: 3cqw;
}

form {
    border: 1px solid blue;
    border-radius: 0.4rem;
    background: white;
    padding: 1rem;
}

summary {
    color: blue;
}

.curl {
    background-image: url('../images/CurlingFamily.png'), url('../images/CurlingSheet.jpeg');
    background-size: 50%, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, left, top;
    margin-left:	  auto;
    margin-right:	  auto;
}
