body {
    background-color: cornflowerblue;
}

h1 { text-align: center;
    font-family:monospace;
    font-weight: bolder;
    font-size: 40px;
}

#content{
    margin-left: 250px;
    width:800px;
    height:800px;
}

#video1, #video2, #video3{
    margin-bottom: 20px;

}

input{
    width:120px;
    height:35px;
    font-size: 13px;
    background-color:#c03c3c;
    margin: 2px;
    padding:10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height:normal;
    text-transform: uppercase;
    float:middle;
  }

#directo{
    margin-left: 180px;
    margin-top: 40px;
}

