body {
  background: url("./Image/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
}

.layer {
  background-color: rgba(252, 252, 252, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img {
  width: 400px;
  height: 150px;
  padding-top: 20rem;
}

.coming {
  font-size: xxx-large;
  color: #5a5c61;
  font-weight: bolder;
}

.linear {
  font-size: xxx-large;
  font-weight: bolder;

  background: -webkit-linear-gradient(left, #5a5c61, #95c83e);
  background: -o-linear-gradient(right, #5a5c61, #95c83e);
  background: -moz-linear-gradient(right, #5a5c61, #95c83e);
  background: linear-gradient(to right, #5a5c61, #95c83e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.soon {
  font-size: xxx-large;
  color: #95c83e;
  font-weight: bolder;
}

.direction {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
