h1{
    padding: 80px;
    font-size: 120px;
    font-family: serif;
    background: blue;
    border-radius: 100px;
    text-align: center;
    color: aqua;
}
body{
    width: 1100px;
    margin: 0 auto;
    font-family: monospace;
    background:aqua;
}
nav {
    background: blue;
    padding: 10px;
    text-align: center;
}
main {
    background: aqua;
    padding: 10px
}
footer {
    background: blue;
    padding: 10px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width:100%;
    color: aqua;
    
}

nav a{
    text-decoration: none;
    background: yellow;
    color: black;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 5px;
    display: inline-block;
}
nav a:hover {
    background: Orange;
}
.active {
    background-color: darkred;
}
table{
    text-align: center;
    margin: 100px auto; 
    width:100%;
}

h2 {
    text-align: center;
}

.kontaktrakt {
    text-align: center;
    
}
.husstormitten {
width: 100%;
}
.hus4mindretext {
    font-size: 110px;
}

.logomitten {
    margin: 0 auto;
    display: block;
}
.storrefont {
    font-size: 40px;
}
.storretext2{
    font-size: 20px;
    
}
.mariamitten {
    margin: 0 auto;
    display: block;
    
}
.storretext3{
    font-size: 30px;
}
    