h1
{
    background-color: blueviolet;
    color: white;
    width: 50%;
}

b
{
    background-color: coral;
    color: white;
}

.farge
{
    color: green;
}

.skrift
{
    font-size: 40px;
}

.bilde
{
    width: 200px;
    height: 100px;
    padding: 5px;
    border-color: crimson;
    border-style: groove;
    border-radius: 10px;   
}

.bilde:hover
{
    border-color: yellow;
}

.boks1
{
    background-color: chartreuse;
    width: 40%;
    float: left;
    
}
 .boks2
 {
    width: 60%;
    float: left;
 }