#header{
    background-color: lightskyblue;
    color: black;
    text-align: center;
    border-radius: 5px;
}
#container{
    background-color: white;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}
#content{
    padding: 2px;
    
}
#About{
    float:right;
    width: 68%;
    color: black;
    text-align: center;
    margin: 10px auto;
    border-radius: 10px;
    background-color: whitesmoke;
}
#Nettsteder{
    float: left;
    width: 30%;
    text-align: center;
    border-radius: 10px;
    background-color: whitesmoke;
    margin: 10px;
}
#Footer{
    clear: both;
    background-color: antiquewhite;
    color: black;
    outline: black solid 2px;
    text-align: center;
}
#null-hundre{
    float: right;
    width: 68%;
    color: black;
    text-align: center;
    margin: 10px auto;
    border-radius: 10px;
    background-color: whitesmoke;
}
a {
  text-decoration: none;
  color: inherit;    
}
