header{
    background-color: #0d0e58;
    padding:4px;
}
h1{
    font-size: 5em;
    color: white;
    font-family: "Permanent Marker", cursive;
}
body{
    background-color: rgb(255, 255, 255);
    padding: 0%;
}

nav{
    
    display: flex;
    justify-content: space-between;
    background-color: #a8afb1;
    width: 100%;
    box-shadow: 0 0.25rem .25rem rgb(98, 98, 98);
}
nav ul{
    list-style: none;
    display: flex;
}
nav ul li a {
	display: block;
	padding: 2rem;
    color: rgb(0, 0, 0);
    font-size: 2em;
    text-decoration: none;
}
nav ul li a:hover{
    background-color:#0d0e58;
    color: white;
    border-radius: 10%;
    border:3px rgb(255, 255, 255) dotted;
}
p{
    font-size: 1.5em;
    margin-left: 5px;
    
}
#footer{
    background-color: #0d0e58;
    padding: 5px;
    color: white;
    margin-top: 15px;
    box-shadow: 0 0.25rem .25rem rgb(98, 98, 98);
}
#paolo{
    height:350px;
    float:right;
    border:3px black dotted;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}
.active{
     background-color:#0d0e58;
    color: white;
    border-radius: 10%;
}
table, td, th{
    border-collapse: collapse;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border:solid 1px;
    padding:10px;
    font-size: 1.2em;
}
.rubrik{
    font-family: "Permanent Marker", cursive;
    text-align: center;
    font-size: 1.6em;
    padding:9px;
}
.tekbild{
    height:150px;
}
.fakta{
    font-size: 1.4em;
}
.sak{
    text-align: center;
}
.vad{
    padding:20px;
}
.länk{
    color: white;
}
h2{
    font-family: "Permanent Marker", cursive;
    text-align: center;
    font-size: 1.8em;
    padding:9px;
}
.markdown{
    height: 250px;
    float:right;
    border: solid black 1px;
}
.text{
    padding:30px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.burger_bild{
    height: 150px;
    border:solid black 1px;
}
.burgerbase{
    display: inline-block;
    padding: 7px;
    margin:10px ;
}
h3{
    font-family: "Permanent Marker", cursive;
    font-size: 1.8em;
}
.kant{
    width: 90%;
    min-width: 800px;
    max-width: 1600px;
    margin:0 auto;
    padding:20px;
    border:solid black;
}
#tyst{
    padding:0%;
}