            body{
                color:#FFF8F8;
                font-family: Roboto,sans-serif;
                font-weight: 300;
                font-size:14px;
                line-height:1.5em;
            }
            h1{
                color:#FFF8F8;
                font-family: Roboto,sans-serif;
                font-weight: 300;
            }
            #nameBox{
                position: absolute; 
                bottom: 35%;
                left: 50px;
            }
            #contactBox{
                position: absolute; 
                bottom: 30px;
                right: 30px;
            }
            #pageWrapper{
                position: absolute;
                top: 0px;
                bottom: 0px; 
                left: 0px;
                right: 0px;
                background-image: url('./../assets/Kirsten-berndt-innenarchitektur-web.jpg');
                background-size:cover;
                background-position: center center ;
                background-repeat: no-repeat;
            }
            .button{
                background-color: #262626;
                border-radius: 5px;
                border: none;
                color:#FFF8F8;
                font-size:28px;
                padding:8px;
            }