
* {
    box-sizing: border-box; 
}


body {background-color: rgb(232, 221, 206);}

.titles, .yappin {
    display: inline-block;
    padding: 1px;
    border: 1.5px solid black;
    margin: 10px;
    color: rgb(251, 71, 101);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

p, figcaption, .lists {font-style:italic;}

.yappin {
    position: relative;
}

.ordet{
    display: inline-block;
    position: absolute;
    font-size: small;
    left: 89.99999%;
    top: 40pxpx;
}

.gul {
    left: 90%;
    top: 0px;
    position: sticky;
    background-color: yellow;
    height: 40px;
    width: 65px;

}
.blå1{
    position: absolute;
    background-color: blue;
    top: 0px;
    right: 0px;
    width: 32px;
    height: 14px;
}
.blå2{
    position: absolute;
    background-color: blue;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 14px;
}
.blå3{
    position: absolute;
    background-color: blue;
    bottom: 0px;
    right: 0px;
    width: 32px;
    height: 14px;

}
.blå4{
    position: absolute;
    background-color: blue;
    bottom: 0px;
    left: 0px;
    width: 20px;
    height: 14px;  
}
