html{
    background-image: url(https://pbs.twimg.com/media/EsR2fMxVEAAfx3p?format=jpg&name=large);
    background-size: cover;
    backdrop-filter: blur(10px);
    overflow:   hidden;
    cursor:none;
}
#bild{
    position:fixed;
    margin-top: 4cm;
    margin-left: 4cm;
}
#image{
    width: 18cm;
    height: 16cm;
    border-radius: 20%;
    border-style: solid;
    border-width: thin;
    border-color: white;

}
#box{
    font-size:12px;
    backdrop-filter: blur(10px);
    margin:center;
    text-align: center;
    width: 20cm;
    height: 100%;
    margin-left: 50%;
    border-radius: 20px;
    border-style: solid;
    border-width: thin;
}
#h1{
    padding-top: 1cm;
}
body{
    text-align: center;
    margin-top: 0.1cm;
    font-family: monospace;
    color: white;
}
i{
    padding-top: 2cm;
}
#cursor{
    height: 0.5cm;
    width: 0.5cm;
    background-color: rgb(0,0,0 ,50%);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    border-color: white;
    border-style: none;
    left: 0;
    top:0;
    pointer-events: none;
    position:fixed;
    transform: translate(-50%,-50%);
    z-index: 3;
}
