body,ul,ol,h1,h2,a{
    margin: 0;
    padding: 0;
    font-family:arial;
    background-color: black;
    color: whitesmoke;
}
.title{
    background-color: whitesmoke;
    color: rgb(0, 0, 0);
    padding: 20px;
    font-size: 50px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.three p{
    font-size: 30px;
    margin-left: 30px;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: -1px;
}
video{
    width: 500px;
    height: 300px;
    margin: 0 350px 0 350px;
    outline: 2px solid rgb(117, 110, 110);
    padding: 20px;
}
.chat{
    position: fixed;
    width: 50px;
    top: 90%;
    left: 94%;
    cursor: pointer;
}
footer{
    padding: 20px;
    font-size: 20px;
    margin: 20px 0 0 0;
    text-align: center;
}