﻿html{
    font-family: 'Times New Roman', Times, serif
}
div{
    padding: 0 20px 20px 20px;
    width: 1600px;
    margin: 0 auto;
}
#T{
    font-size: 50px;
}
h1{
    text-align: center;
    font-size: 40px;
}
p {
    font-size: 20px;
  }
table{
    width: 1600px;
    text-align: center;
    font-size: 20px;
}
.img, video{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.best {
     font-weight: bold;
}
