body{
    background-color: #335500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0;
    padding: 0;
}

h1{
    text-align: center;
    font-size: 3vw;
    color: rgb(221, 36, 228);
}

table, tr, td{
    border: black solid 2px;
    border-collapse: collapse;
    padding: 0px;
    padding-right: 0px;
}

.venstretxt{
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.høyretxt{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box1{
    position: relative;
    float:left; display:inline; width: 49%;
    width: 620px;
    height: 350px;
    background-color: hsl(298, 65%, 38%);
    border: 0px solid #335500;
    padding: 10vw;
    margin: 60px;
}

.box2{
    position: relative;
    text-align: center;
    float:left; display:inline; width: 49%; 
    align-self: center;
    width: 250px;
    height: 350px;
    background-color: hsl(298, 65%, 38%);
    border-color: #335500;
    border-style: dashed;
    border-width: 10px;
    border-spacing: 50px;
    border-radius: 10px;
    padding: 10vw;
    margin: 50px;
}

.btxt{
    font-style: italic;
}

.bilde1{
    position: relative;
    left: 20vw;
    top: 7vw;
    margin: 30px;
    padding: 60px;
}

.foto1{
    width: 300px;
    height: 200px;
    border: 2px solid black;
}

.btxt2{
    font-style: italic;
}

.bilde2{
    position: relative;
    right: 5vw;
    bottom: 5vw;
    margin: 0px;
}

.foto2{
    width: 300px;
    height: 200px;
    border: 2px solid black;
}