@font-face {
    src: url(PermanentMarker.ttf);
    font-family: PermanentMarker;
}
html{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 80%;
    min-width: 900px;
    max-width: 1600px;
    margin-left: 10%;
    border: 2px solid;
    margin-top: 29px;
    color: #050517;
}
body{
    width: 100%;
    margin: 0px;
    display:flex;
    flex-direction: column;
}
header{
    font-family: PermanentMarker;
    border-bottom: 2px solid;
    padding-left: 35px;
    padding-top: 20px;
    height: 90px;
    font-size: 18pt;
    background-color: #B4C5E4; 
}
a.navbutton{
    text-decoration: none;
    color: black;
    margin-left: 35px;
    border-bottom: 2px solid;
    padding: 5px;
}
a.navbutton:hover{
    background-color: #FBFFF1;
}
i{
    font-size: 2em;
    overflow:visible
}
h1{
    margin: 0px;
}
nav{
    border-bottom: 2px solid;
    padding: 10px;
}
section{
    margin: 30px;
}
.brödtext{
    width: 50%;
}
article{
    padding: 5px;
    width: 85%;
    border: 2px solid;
    margin: 5px;
    position: relative;
    overflow: hidden;
}
footer{
    background-color:#050517;
    height: 100px;
    color: #FBFFF1;
    text-align: center;
}
.beskrivning{
    width: 70%;
}
h3{
    font-family: PermanentMarker;
    font-size: 17pt;
    margin: 0px;
}
img.beskrivningbild{
    float:right;
    margin: 12px;
    width: 200px;
    height: 85%;
    border: 2px solid;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin: 10px;
}
img.paulobild{
    width: 350px;
    border: 2px solid;
    float: right;
    margin-bottom: 25%;
}

table{
    margin: 30px;
    margin-bottom: 333px;
}
tr{
    display:flex;
    flex-direction: column;
    font-weight: bold;
}
