
html{
    text-align: center;
    background-color: darkred;
}

p{color:aliceblue;}

p.p1{
    text-shadow: 2px 2px green;
}
    
img.rightImg{
    float: right;
}

img.leftImg{
    float: left;
}

center {
  text-align: center;
  border: 3px solid green;
}

video{
    display: block;
    width: auto;
    margin: 0 auto;
} 

p.fancy{ 
    font-style: italic;
    font-family:sans-serif;
    font-size: 22px;
    border: 2px;
    border-color:solid orange;
    text-align: center;
    color: aliceblue;
}
h1 {
    text-decoration: underline overline dotted blue;
}

p.p2{
    border: 2px orange; 
    color:aliceblue;
    font-size: 22px;
    font-family:serif
    }
