*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: #f9f9f9;
}
.logo{
    background: url("images/Logo_schwarz-1024x398.png");
    background-repeat: no-repeat;
    height: 200px;
    width: 300px;
    background-size: contain;
}
