body {
background-color: #ffff99;
}


.bg_green {
    background-color: rgb(11, 220, 11);
}

.spec {
    background-color: red;
    font-size: 16px;
    font-weight: bold;
}

p {
font-family: Arial;
size: 12px;
}

h1 {
    font-family: Verdana;
    text-align: center;
    color: darkgoldenrod;
}

textarea {
    resize: none;
    outline: none;
    background-color: rgb(11, 220, 11);
}

img {
    width: 300px;
    outline: 2px solid black;
    display: block;
    margin: auto;
}

#bildtext {
    text-align: center;
    font-family: verdana;
    font-size: 12px;
    margin-bottom: 3px;
}

ul {
    list-style-type: none;
    padding: 0;
}

a {
    display:flex

}

/*WWW färger*/

#röd {
    color: red;
}
#grön {
    color: green;
}
#blå {
    color: blue;
}
/**/

a {
    display:flex
}

.halva{
    width: 50%;
    margin-left: 0;
}

#namn{
    padding-left: 10px;
    padding-right: 10px;
}

.kod{
    font-family: 'Courier New', Courier;
    color: black;
}

.center{
    text-align: center;
}

a {
color:#666666;
font-size:16px;
text-decoration:none;
}

a:hover {
text-decoration:underline overline;
}