@font-face {
    src: url(PermanentMarker.ttf);
    font-family: PermanentMarker;
}
html{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 80vw;
    min-width: 1000px;
    max-width: 80vw;
    margin-left: 10%;
    border: 2px solid;
    margin-top: 29px;
    color: #050517;
}
body{
    width: 100%;
    margin: 0px;
    display:flex;
    flex-direction: column;
}
header{
    font-family: sans-serif;
    border-bottom: 2px solid;
    padding-left: 35px;
    padding-top: 20px;
    min-height: 110px;
    font-size: 18pt;
    background-color: #B4C5E4; 
}

a{
    color: lightblue;
}

a.navbutton{
    text-decoration: none;
    color: black;
    margin-left: 2vw;
    border-bottom: 2px solid;
    padding: 5px;
    height: 5vw;
}
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: 80%;
}
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: 250px;
    border: 2px solid;
}

table{
    margin: 30px;
    margin-left: 0px;
    margin-bottom: 15vw;
    font-size: 70%;

}
tr{
    display:flex;
    flex-direction: column;
    font-weight: bold;
}
button{
    font-size: 2em;
    margin: 5px;
}
#mainrecensioner{
    display:flex;
    justify-content: center;
    align-items: center;
}
  .container {
    width: 80vw;
    
  }
  .review {
    padding: 1.5rem 2rem;
    text-align: center;;
    margin-bottom: 10vw;
    border: 0px;
    width: 100vw;

  }
  .img-container {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  #person-img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: relative;}

    @media screen and (max-width: 600px) {
        html{
            min-width: 0px;
        }
        article{
            display:flex;
            width: 100%;
            flex-direction: column;
        }
        img.beskrivningbild{
            position: relative;
            width: 50vw;
            max-height: 30vw;
        }
        .beskrivning{
            width: 100%;
        }
        nav{
            display: flex;
            flex-direction: column;
        }
        header{
            padding: 1vw;
        }
    }