*{
    background-color:  rgb(188, 224, 255);
}
video{
 width: 200px;
 border-color:green ;
 border-right-color: green;
}
a{
    font-size: 30px;
}
p span:first-of-type{
    font-size: 30px;
    color: green;
    background-color: rgb(188, 224, 255);
}
h1,h2{
    font-family: 'corben', Georgia, Times, serif;
    font-size:  30px;
}
p{
font-family: 'nobile', Arial, Helvetica, sans-serif;
font-size: 25px;
color: green;
background-color: rgb(188, 224, 255)
}