body {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-sizing: border-box;
}


header {
    width: 100%;
    height: 150px;
    background-color: #0E64BE;
    color: white
}

header h4 {
    font-size: 1.1em;
    font-weight:initial
}

#title {
    text-align: center;
    padding-top: 10px;
}


.tekst {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#content1 {
    box-sizing: inherit;
    width: 50%;
    float: left;
    min-height: 800px;
    background-color: #73B6FA;
    border-right: 3px solid white;
    border-top: 6px solid white;
    border-bottom: 6px solid white;
}

#content2 {
    box-sizing: inherit;
    width: 50%;
    float: right;
    min-height: 800px;
    background-color: #73B6FA;
    border-left: 3px solid white;
    border-top: 6px solid white;
    border-bottom: 6px solid white;

}

#bullets {
    margin-left: 20px;
    margin-right: 20px;
}

footer {
    width: 100%;
    height: 50px;
    background-color: #0E64BE;
    clear: both;
}

#copyright {
    color: white;
    text-align: center;
    padding-top: 15px;
    font-weight: lighter;
}



button {
    height: 50px;
    width: 250px;
    height: 100px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
    background-color: white;
    border: none;
}

button:hover {
    background-color: lightgrey;
    cursor: pointer;
}

i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }

  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
p {
    padding: 0;
    margin: 0;
    display: inline;
}
h3 {
    padding: 0;
    margin: 0;
}