.row {
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: -webkit-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: linear-gradient(to bottom, #feffff 0%, #d2ebf9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9', GradientType=0);
}
body {
    width: 100%;
}
main {
    position: relative;
}
.center {
    margin: 2em 10% 2em 10%;
    padding-left: auto;
    padding-right: auto;
    box-shadow: 0 .3em 1em #000;
}
#content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 600px;
}
@media screen and (min-width: 601px) {
    #title > h1 {
        font-size: 72px;
        font-family: helvetica, verdana;
        color: black;
    }
}
@media screen and (max-width: 600px) {
    #title > h1 {
        font-size: 30px;
        font-family: helvetica, verdana;
        color: black;
    }
}
@media screen and (min-width: 601px) {
    #title > h2 {
        font-size: 50;
        font-family: helvetica, verdana;
        color: black;
    }
}
@media screen and (max-width: 600px) {
    #title > h2 {
        font-size: 25px;
        font-family: helvetica, verdana;
        color: black;
    }
}
#img-div {
    padding-left: auto;
    padding-right: auto;
}
#image {
    width: 100%;
    Height: auto;
}
.center h4 {
    margin-top: 10px;
    font-size: 20px;
}
#background-pl {
    min-height: 600px;
    min-width: 200px;
}
table {
    width: 960px;
    max-width: 90%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4em;
    font-size: 20px;
    font-family: helvetica, verdana;
}
.song {
    height: auto;
    width: auto;
}
.title {
    text-align: center;
    width: 400px;
}
.audio {
    float: right;
    width: 400px;
}
label {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
.video-media-youtube-inner {
    display: flex;
}
.video-media-youtube-inner-vi01 {
    flex: 1;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-media-youtube-inner-vi01 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#submit {
    background-image: url(img/submit.gif);
}
.fa-1x {
    font-size: 1.5rem;
}
.navbar-toggler.toggler-example {
    cursor: pointer;
}