#header{
    background-color:blue;
    color: whitesmoke;
    text-align: center;
    outline: black solid 2px;
    border-radius: 5px;
}
#container{
    background-color: antiquewhite;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    outline: black solid 2px;
    border-radius: 5px;
}
#content{
    padding: 2px;
    
}
#About{
    width: 25%;
    color: black;
    text-align: center;
    margin: 10px auto;
    border-radius: 10px;
    background-color: whitesmoke;
}
#Interreser{
    width: 30%;
    float: right;
    border-radius: 10px;
    background-color: whitesmoke;
    margin: 1px;
    text-align: center;
    
}
#Nettsteder{
    float: left;
    width: 30%;
    text-align: center;
    border-radius: 10px;
    background-color: whitesmoke;
    margin: 10px;

}
#Footer{
    clear: both;
    background-color: antiquewhite;
    color: blueviolet;
    outline: black solid 2px;
    text-align: center;
}