body {
  margin: 0;
  background-color: #9995E8;
  width: 100vw;
}

.container {
}

.contact {
  z-index: 1;
  grid-column-start: span 2;
  display: flex;
}

.image-container {
  width: 100vw;
  padding-top: 50%;
  position: fixed;
  background-position: center;
  background-size: 300px;
  background-repeat: no-repeat;
  background-image: url("img/key_rotate/0009.png");
  opacity: 100%;
}

.vm {
  width: 100%;
  padding-top: 50%;
  grid-column-start: 1;
  grid-column-end: 3;
  background-position: center;
  background-size: 80vw;
  background-repeat: no-repeat;
  background-image: url("img/vm1.png");
}

.grid {
  display: grid;
  width: 100vw;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(1, 1fr);
}

.titles {
  font-size: 38px;
  font-family: midnight drive;
}

.subtitles {
  font-size: 24px;
  font-family: midnight drive;
}
.abouttxt {
  /*margin-left: 200px;*/
  background-color: #5F5BA4;
  color: #f1f1f1;
  font-family: Segoe UI;
  font-weight: 600;
  grid-column-start: span 2;
}

.producttxt {
  /*margin-left: 200px;*/
  font-family: Segoe UI;
  font-weight: 600;
  grid-column-start: 1;
  grid-column-end: 3;
}

.line1 {
  grid-column-start: 3;
  grid-column-end: 5;
}

p {
  margin: 50px;
  font-size: 24px;
}

h1 {
  clear: both;
  font-size: 64px;
  font-family: midnight drive;
}

h2 {
  font-size: 18px;
  font-family: Segoe UI;
}

form {

}
