body {
    color: white;
    border-radius: 10px;
}

#banner {
    max-width: 100%;
    height: 650px;
    background-position: center;
    background-image: url("../images/surfside1Sign.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10;
    border: medium solid rgb(67, 39, 145);
    margin: 10px;
}

#banner .content h1 {
    border: 3px solid white;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    top: 50px;
    width: 375px;
    margin: 0 auto;
    text-align: center;
}