body {
    background-color: blanchedalmond ;
}


h1 {
    text-align: center;
    color: darkred;
    font-size: large;
   
}

h3{
 text-align: center;
 color: darkred;
}

.bilde {
    width: 200px;
    border-radius: 50%;
    border-color: darkred;
    border-width: 4px;
    border-style: solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;

}

p{
    color: darkred;
    text-align: center;
    font-size: larger;
    font-style: oblique;
}

.sitat {
font-weight: bold;
font-style: italic;
font-size: 50px;
}

.overskrift {
    margin-top: 50 px;
}

.forfatter {
    font-style: italic;
}

.yeah{
    text-align: center;

}