
     body {
        background-color: #ffff99;
    }

    h1 {font-size: 40px;
    font-family: arial, sans serif; text-align: center; }
    h2 {
        text-align: center; font-size: 40px;
    font-family: arial, sans serif; text-align: center;
    }
p{font-family: arial, sans serif;size: 5px;}

    .red {
        color: red;
    }

    .green {
        color: green;
    }

    .blue {
        color: blue
    }

    h2,
    h1 {
        color: red;
    }

    .halloj {
        color: red;
    }
    .rödla{
        background-color: red; font-size: 25px;
    }
    .mitten{text-align: center;}

    .hej{
        background-color: rgb(72, 247, 72);
    }
