body {
    margin: 0%;
    font-family: "Poetsen One", sans-serif;
     }

 
.bg_image {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter:sepia(0.5)
}
.menu{
    color:black;
    text-decoration: none;
    margin-left: 16px;
}
.menu:hover{
    color: blue;
    text-decoration: underline;
}
.menu_container{
    position: absolute;
    left: 30px;
    top: 15px;
    font-size: 24px;
}
.logo{
    position: absolute;
    right: 50px;
    top: 20px;
}
.headline{
    position: absolute;
    left: 100px;
    top: 400px;
    color:whitesmoke;
    font-size: 70px;
    width: 500;
    text-shadow: 10px 10px 5px rgba(0, 0, 0, 0.9);
}
.text_box{
    position:absolute;
    top: 50px; 
    left:100px;
    text-align:center;
    
    
   
    
}
.text{
    font-size: 15px;
    
}