h1
{
    background-color: blue;
    color: azure;
}
.ramme
{
    border-color: red;
    border-style: dotted;
    border-top-left-radius: 20px;
    background-color: red;
    text-align: center;
    font-family: fantasy;
    font-size: 50px;
    margin-left: 200px;
    text-shadow: 3px 2px 3px black;
    margin-top: 2px;
}