body{
    width: 100%;
    margin: 0 auto;
    border-style: solid;
    border-color: #220901;
    border-radius: 0px;
    border-width: 0px;
    display: flex;
    flex-direction: column;
    height: auto;   

}
header{
    background-color: #4F86B9;
}
nav{
    background-color: #03045E;
    display: flex;
    flex-direction: row;
}
.navElement{
    margin: 1em;
    margin-left: 1.5vw;
}
footer{
    background-color: #03045E;
    position: static;
    margin-top: 0.8em;

    
}
a{
    color: aliceblue;
}
h1{
    font-family: "Permanent Marker", Arial, Helvetica;
    margin-left: 1.5vw;
}
.blacklink{
    color: black;
    padding-left: 0px;
}
th{
    text-align: left;
}
#Kontaktuppgifter{
    font-family: "Permanent Marker", Arial, Helvetica;
}
p, img, a, table{
    margin-left: 1.5vw;
}
img{
    border-radius: 1em;
    box-shadow: 0px 0px 0.3em;
}
h3{
    font-family: "Permanent Marker", Arial, Helvetica;
    margin-left: 1.5vw;
}
body{
    background-color: #CAF0F8;
}
.projektBild{
 width: 50vw;
}
.fullWidth{
    width: 97vw;
}
.teknikBild{
 width: 80vw;
}