h1 {
    color:midnightBlue;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 5px 5px 4px violet;
}

h2 {
    color:red;
    text-align: center;
    text-transform: lowercase;
    font-family: Georgia;
    width: 200px;
    border: 2px red solid;
    
}

p {
    color:green;
    /*text-align: right;*/
    /*text-align: center;*/
    /*text-align: left;*/
    /*text-align: justify;*/
    font-size: 80%;
    background-color: #b3a8a6;
    width: 400px;
}

a {
    text-decoration: none;
}

h1 a{
    color:blue;
}

body {
    font-family: Helvetica;
    background-color: rgb(245, 185, 155);
    background-image:  url("klovn.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    background-attachment: scroll;
    
}

.border1{border: 2px green solid;}


