* {
    font-family: "Old Standard TT", serif;
}

.container {
    width: 800px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cabin", sans-serif;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

h1 {
    color: black;
    text-shadow: 2px 2px 4px grey;
}

#band {
    font-family: "New Rocker", cursive;
}

a {
    font-family: inherit;
    color: inherit;
}

div {
    padding: 1em;
    border-radius: 25px;
}
#sec1 {
    background: #53D462;
}

#sec2 {
    background: #81E5FB;
}