.title {
    color: green;
}

body{ 
    background-image: url("LANDING_Background_V03.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    width: 100%;
}

p{
  text-align: center;
  }

#container{
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 90%;
    max-width: 500px;
    display: block;
  }

.center{
    margin: auto;
    display: block;
}

.section{
    margin-top: 50px;
}

#logo1{
    width: 90%;
  }


#trailer{
    background-color: #aacec3;
    width: 90%;
    height: fit-content;
    padding: 25px;
}

#watch{
    background-color: #9c89a5;
    width: 90%;
    height: fit-content;
    padding: 25px;
}

table, th, td {
    border: 1px solid black;
}

td{
    padding: 10px 20px;
    max-width: 250px;
}

#mail{
    background-color: #b7c8e0;
    width: 90%;
    height: fit-content;
    padding: 25px;
    text-align: center;
    line-height: 1;
}

#live{
    background-color: #e0e0b7;
    width: 90%;
    height: fit-content;
    padding: 25px;
    text-align: center;
    line-height: 1;
}

#contact{
    background-color: #ffffffff;
    width: 90%;
    height: fit-content;
    padding: 25px;
    text-align: center;
    line-height: 1;
}

#mailform{
    margin-top: 20px;
}