 section{
        background:rgb(255, 255, 255);
    padding:15px;
    border-radius:15px;
    margin:10px;
    display:grid;
    justify-content:center
   
    }
    h1{
        text-align: center;
        color:rgb(0, 0, 0);
    }
    body{ background-image: url("./bilder/noFilter.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display:grid;
    justify-content:center;
}

.content{
    padding: 20px;
    background-color: rgba(16, 11, 18, 0.477);
    margin: 20px;
    border-radius: 15px;
    
}
