section {
    width: 100%;
    height:auto;
    padding:10px;
    margin: 50px auto 0 auto;
}

section:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

section h1{ 
    text-align: center;
    font-size: 35px;
    color: #060821;
}

p {
    color: #000;
}

p.note {
    color: #FFF;
    font-size:14px;
    text-align: center;
}

textarea{
    display:block;
    width:500px;
    height:200px
}

a:link, a:visited{
    color: #FFF;
    text-decoration: none;
}

.tvideo{
    text-align: center;
}
