body {
    background-color:rgb(2, 2, 103);
    margin: 10em;
    text-align: center;
    color: white;
}

h1 {
    margin:0.5em;
}

#bild {
    margin:1em;
}
img {
    border-style: solid;
    border-radius: 5px;
    margin-bottom: 80px;
}
#selector {
    text-align: left;
    margin-left: 40%;
    margin-top:2em;
    padding:0.5em;
    border-style: solid;
    width:fit-content
}

button {
    margin-top: 20px;
    background-color: orangered;
    border-radius: 10px;
    padding: 0.3em;
}
