body{
    background-color: yellow;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}
h1{
    color: blue;
    border:dashed;
    width:80%;
    text-align: right;
    
}

h2{
    background-color: maroon;
    color: orange;
    margin-top: 25px;
    width: 42%;
    text-align: center;
    margin: auto;

}


p::first-line{
    font-weight: bolder;
    width: 70%;
    font-size: 150%;
}

p#nag1{
    color:red;
    text-align: right;
}
p#nag2{
    color:blue;
    text-align: left;
}
p#nag3{
    color:red;
    text-align: right;
}
p#nag4{
    color:blue;
    text-align: left;
}

p#kontakt{
    color: blue;
    width:500px;
    margin-top: 8px;
    margin-left: 8px;
    margin:auto;
    border-top: red 6px solid ;
    border-left: red 6px solid;
     
}

