*{
    box-sizing: border-box;
}

body{
    margin: 0;
}

.topmenu{
    overflow: hidden;
}

.topmenu a{
    float: left;
    color: darkblue;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topmenu a:hover{
    background-color: darkblue;
    color: white;
}

.topmenu a.Forside{
    background-color:orange;
    color:white;
}

html{
    background-color: white;
}

.text{
    width: 100%;
    background-color: lightskyblue;
    float: left;
    padding: 20px;
    width: 100%;
}

h1{
    text-align: center;
    font-size: xx-large;
}

h2{
    text-align: center;
    font-size: x-large;
}

h3{
    text-align: center;
    font-size: x-large;
}

h4{
    font-size: large;
}

h5{
    font-size: large;
}

.programmører{
    text-align: center;   
}

.skole{
    text-align: center;
}

.Sukkertoppen{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.footer{
    background-color: lightsteelblue;
}