body {
font-family: Arial;
background-color:lightpink;
}

#break {
border: 2px dashed black;
background-color: lightskyblue;
margin-left: -70px;
font-family: cursive;
text-align: center;
height: 100%;
width: 110%;
}

#title {
text-align: center;    
color: black;
font-size: 25px;
}

table, th, td {
border: 1px solid black;
font-family: cursive;
text-align: center;
}

#videos {
background-color: lightpink;
margin-left: 35px;
margin-right: 35px;
}

#top {
background-color: lightpink;
margin-top: -35px;
margin-left: -20px;
margin-right: -20px
}

#button {
float: center;
margin: auto;
text-align: center;
}

button {
color: black; 
background-color: lightskyblue;
border: 2px dashed black;
height: 50px;
font-family: cursive;
font-size: 20px;
}

button:hover {
color:aqua;
text-decoration: none;
}



