body{

font-family: Georgia, 'Times New Roman', Times, serif;
margin:0;
padding:0;
min-width:500px;
display: flex;
flex-direction: column;

}

video {

margin-top:30px;
max-width:100%;
height:auto;

}

.bottom{

box-sizing: border-box;
text-align:center;
background-color: darkgray;
color:white;
border-top:solid 4px DimGrey;
padding:50px;

}

.top{

box-sizing: border-box;
text-align:center;
background-color: darkgray;
color:white;
border-bottom:solid 4px DimGrey;
font-size:50px;
margin-bottom:30px;

}

.content{

flex-grow:1;
background-color:white;
text-align:center;

}

