/* Her kjem stylin på h1 taggane */
h1{
    background-color:yellow;
    text-transform: uppercase;
}
.background{
    background-color:red;
    color:white; 
}

.tekst
{
    font-size:40px;
}

a{
    color:red; 
    font-size: 34px;
}

a:hover{
    background-color:red; 
    color:white;
    /* background-image: url("img/uni.png"); */

}

a:active{
    background-color: green;
}

.boks1{
    background-color:aqua;
    width:50%;
    position: relative;
    float: left;
}

.boks2{
    background-color:aqua;
    width:50%;
    position:relative;
    float:left;
}

.boks-container{
    background-color:coral;
    width:69%;
    border-style: dotted;
    border-width: 5px;
    overflow: auto;
    padding: 10px;
    padding-left:20px;
    padding-right:20px;

}