html, body{
    height: 100vh; 
    width: 100vw; 
    margin: 0; 
    padding: 0; 
    background-image: url("/kuro/Bilder/20.png");
    background-size: cover;
    position: absolute;
}
p{
    position: relative;
    color: white;
    text-align: center;
    margin-top: 5%;
}
a{
    color: white;
}

