@font-face {
  font-family: "hapchilfree";
  src:url('http://www.die-finx.de/lean-ist-da/hapchilfree.otf') format("opentype");
}

body {
    width: 80vw;
    background: rgb(189 164 130);
    color:rgb(66, 53, 35);
    margin-left: auto; 
    margin-right: auto;
}

p {
    margin-top: 20px;
    margin-bottom: 20px;;
}
img {
    border-radius: 60px;
}

#header {
    font-family: 'hapchilfree',sans-serif;
    font-size: 30pt;
}

.container {
    width: 100%;
}

.content {
    background: rgb(216, 199, 175);
    padding: 20px;
    border-radius: 60px;
    font-family: 'hapchilfree',sans-serif;
    display: flex;
    flex-direction: column;
}
