.button {
   
    background:rgba(90,139,177,255);
    width: 170px;
    height: 40px;
    border:none;
    padding: 30px 50px;
    text-align: center;
    line-height: 10%;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: -0px;
    left: 100px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4%;
   
}
.Headerblok {
    width: 110%;
    height: 100px;
    position: absolute;
    background-color: rgb(191, 151, 229);
    top: -20px;
    left: -20px;
    overflow-x: hidden;
    overflow-y: hidden;

}
body {
    background-image: url(windwaker.png);
    background-size: 120%;
}
#tekst {
    position: relative;
    top: 100px;
    margin: 0 auto;
    left: 100px;
}
 