* {
    margin: 0;
    padding: 0;
}

main {
    width: 50%;
    background-color: #d3a6fd;
    border-radius: 10px;
    margin-left: 25vw;
    padding: 20px;
    position: relative;
    top: 40px;
}

h1, figure, button {
    margin-top: 20px;
}

h1 {
    position: relative;
    left: 20vw;
}

figure {
    align-items: center;
}

button {
    position: relative;
    left: 22vw;
    padding: 2px;
}

#bilde {
    position: relative;
    left: 17vw;
}

#tekst {
    text-align: center;
}