body {
    background-color: black;
    background-image: url('img/bild.jpeg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 50%;
}




.container {
    display: block;
    height: 1100px;
    position: relative;
}


.will {
    font-family: 'Dancing Script', cursive;
    font-size: 300%;
    color: bisque;
    height: 100px;
    position: relative;
    margin-left: 30%;

}

.text {
    font-family: 'Hind', sans-serif;
    font-size: 150%;
    color: rgb(63, 56, 56);
    position: relative;
    height: 700px;
    width: 400px;
    top: 150px;
    margin-left: 60%;

    right: 20px;
}




a {
    text-decoration: none;
    font-size: 30px;
    font-family: 'Hind', sans-serif;
    color: rgb(112, 119, 119);
    height: 50px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    align-items: center;


}


a:hover {
    color: aliceblue;
}