body{
 
    background-image: url("./img/showcase.jpg");
}
#rubrik{
    text-align: center;
    font-family: "Roboto Mono", monospace;
    background-color: yellow;
    color: blue;
    border: 1px solid black;
}

.artikel{
    height: 400px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: lightgrey;
    border: 2px solid black;
    padding: 10px;
    margin-bottom: 20px;
}

#mini1{
    text-align: center;
}

#mini2{
    text-align: center;
}

#mini3{
    text-align: center;
}

p{
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}

.sidfot{
    display: flex;
    justify-content: center;
    align-items: center;
    
}