

h1
{
    font-size: 40px;
    color: yellow;
    background-color: blue;
}
h2
{
    font-size: 40px;
    color: white;
    background-color: brown;
}
h3
{
    font-size: 40px;
    color: black;
    background-color: pink;
}
p
{
    background-color: orange;
    color: white;
    margin: 30px;
}
a
{
    background-color: aqua;
    color: blueviolet;
    margin: 5px;
    padding: 5px;
}

.over1
{
    text-align: center;
    color: blue;
    background-color: white;
}

.over2
{
    color: green;
    background-color: white;
}

.avsnitt1
{   
    color: red;
    background-color: white;
}

.over3
{
    background-color: black;
    color: rgb(248, 248, 145);
}

.avsnitt2
{
    background-color: black;
    color: white;
}

body{
    background-color: yellow;
    margin: 0;
    padding: 0;
    color: white;
    
}
/*2_09*/

h2,h3,h4,h5,h6{
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.scary_font {
        font-family: "Sofadi One", system-ui;
        font-weight: 400;
        font-style: normal;
        text-shadow: 2px 2px red;
      }
