* {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;   /* wyśrodkowanie poziome */
  align-items: center;       /* wyśrodkowanie pionowe */
}


img {width:100%;}
.main
 {
  width: 100%;
  height: 1024px;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
display: flex;
  justify-content: center;   /* wyśrodkowanie poziome */
}
.images {
  width: 931px;
  height: 650px;
  background: url("../images/v1_3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 200px;
  overflow: hidden;
display: flex;
  justify-content: center;   /* wyśrodkowanie poziome */
}

.logo {
  background: url("../images/v1_4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 420px;
  left: 0px;
  overflow: hidden;
display: flex;
  justify-content: center;   /* wyśrodkowanie poziome */
}
.hero {
  background: url("../images/v1_4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
display: flex;
  justify-content: center;   /* wyśrodkowanie poziome */
}
.slogan {
  width: 503px;
  color: rgba(0,133,195,1);
  position: absolute;
  top: 200px;
  font-family: Bahnschrift;
  font-weight: Regular;
  font-size: 48px;
  opacity: 1;
  text-align: left;
}
.coming {
  width: 209px;
  color: #dd2515;
  position: absolute;
  top: 970px;
  font-family: Bahnschrift;
  font-weight: Regular;
  font-size: 36px;
  opacity: 1;
  text-align: left;
}