body {
    width: 800px;
    margin: 0px auto;
    font-family: sans-serif;
}
h1 {
    text-align: center;
    padding-top: 50px;
    display: inline-block;
    position: relative;
}
#logga {
    width: 100px;
    height: 100px;
    float: left;
    display: inline-block;
    padding-top: 10px;
    padding-left: 140px;
}
nav {
    text-align: center;
    padding: 10px;
}
nav a {
    padding: 5px;
    transition: 500ms;
    
}
nav a:hover {
    font-size: 22px;
    transition: 500ms;
    
}
nav .Nu {
    font-size: 137%;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
    text-decoration: underline;
}
h4 {
    font-size: 20px;
    text-decoration: underline;
}
main {
    text-align: center;
    padding-top: 50px;
}
.hus{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 225px;
    height: 175px;
    transition: 0.5s;
}
.hus:hover{
    width: 275px;
    height: 225px;
    float: none;
    transition: 0.5s;
}
span {
    display: inline;
}
img {
    width: 450px;
    height: 330px;
}
#topleft{
    padding-left: 20px;
    padding-right: 120px;
}
#topright{
    padding-left: 110px;
}
#bottomleft{
    padding-left: 20px;
    padding-right: 100px;
}
#bottomright{
    padding-left: 80px;
    padding-right: 20px;
}
#bottommid{
    padding-right: 40px;
}
#startbild{
    width: 400px;
    height: 270px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.5s;
}
#startbild:hover {
    width: 500px;
    height: 340px;
    transition: 500ms;
}
p{
    font-size: 16px;
}
#hus1 {
    text-decoration: underline;
}
footer {
    text-align: center;
    border-top: 1px solid;
    position: relative;
    margin-top: 50px;
}