body {
    background-color: #ffff99;
}

strong {
    font-size: 25px;
}

.rödrunt{
        background-color: red;
}

a {
    color: #666666;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline overline;
}

.mitten {
    text-align: center;
}

.grön {
    color: green;
}

.blåt {
    color: blue;
}

.gul {
    color: yellow;
}

.röd {
    color: red;
}

h1 {
    text-align: center;
}

.halft {
    width: 40%;
    text-align: left;
    margin-left: 0px;
}

.a {
    color: rgb(0, 255, 255);
}

.b {
    color: rgb(127, 255, 212)
}

.c {
    color: rgb(138, 43, 226);
}