*{
    margin:0px;
}

a:link {color: aqua;}
a:visited{color:rgb(27, 25, 25); font-family: 'Times New Roman', Times, serif;}
a:hover{color:red;}
body{
    background-color: rgb(214, 185, 141);
    color:rgb(0, 0, 0);
    padding: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
}

.youtube{
    text-align: center;
}

.youtube p{
    font-size: 40px;
}

.youtube h3{
    font-size: 30px;
    font-family:'Times New Roman', Times, serif;
    padding:70px;
}

.video{
    text-align: center;
}

.copyright {
    font-size: 15px;
    text-align: right;
    padding-bottom: 10px;
    color: rgb(0, 0, 0)
;}