body{
    background-color:black;
    font-family:cursive;
}
h1, p, h3, h4, br, div, a, h6{
    color:blue;
}
div{
    text-align:right;
}
p, a{
    font-size:20px;
}
.white{
    color:white;
}
img{
    border-style:dashed;
    border-color:blue;
}

.blue{
    color:blue;
    font-style:arial;
    font-size:30px;
    border-style:dashed;
    border-color:blue;
    text-align:center;
    
}