
/* Her kommer styling på h1 taggene */


.bakrund{       
background-color: red; 
color:white;
font-size:40px;
}

.tekst {
font-size:40px;
}

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

a:hover{
    background-image: url(https://media.discordapp.net/attachments/1150753845048254578/1155832528385613885/DSC00023.JPG?width=877&height=583);
    /* Hover knapp, bytter farge og tekst når du holder over en lenke */
    color: white;
}

a:active{
    background-color: green;
}

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

.boks2{
    background-color: aqua;
    width: 40%;
    position: relative; 
    float: right;
    margin-left: 20px;


}

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

}

/* Til oppgave 2.01*/
.oppgaver{
    background-color: blue;
    color: yellow;
}

.oppgaver1{
    background-color: brown;
    color: white;
}

.oppgaver2{
    background-color: pink;
    color: black;
}

.oppgaver5{
    background-color: orange;
    color: white;
    margin: 30px;
}

.oppgaver6{
    background-color: bisque;
    color: blueviolet;
    margin: 50px;
    padding: 2.5%;
}

.oppgave7{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.oppgave8{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.oppgave9{
    background-color: greenyellow;
}

.oppgave10{
        color: blue;
}

.oppgave11{
    color: green;
}

.oppgave13{
    color: red;
}

.oppgave14{
   background-color:  yellow;
}

.oppgave15 {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.oppgaveye {
        text-shadow: 0 0 10px black
}

.oppgaveborder {

        border: 5px solid #555;
}    

