body {
  background-color: #fff;
}

.wrapper {
 width: 100%;
 text-align: center;
}

.logo {
   display: inline-block;
   background-image: url("../images/Logo_openST.eu_w800.png");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center; 
   height: 317px;
   width: 600px;
   margin-top: 30px;
}
.logo-sm {
   display: inline-block;
   background-image: url("../images/Logo_openST.eu_w800.png");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center; 
   width: 200px;
   height: 100px;
}
.contact {
   margin-top: 40px;
}
.products ul {
 list-style-type: none;
}
.menu {
  float: left;
  padding: 0 20px 0 0;
}
.main {
  display: grid;
}

