#kv {
  background: url("beautiful-architecture-building-tokyo-city-skyline.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

#top-hedding {
  margin-top: 5%;
}

.btn {
  font-size: 14px;
}

@media (min-width:992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width:480px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  .justify-content-xl-center {
    justify-content: left!important;
  }
}

.logo {
  margin: 10px;
}

.py-4 {
  background-position: bottom;
}

@media (min-width: 440px) {
  #head {
    font-size: 3.2rem;
  }
}

#form {
  max-width: 800px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

table {
}

.table1 {
  width: 30%;
}

