a:hover {
  color: #535bf2;
}
body {
  margin: 0;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}
h1 {
  font-size: 30px;
  line-height: 1.5;
}
button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.25s;
  background: #e1e1e1;
  color: black;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}
.card {
  padding: 2em;
}
#app {
  max-width: 1280px;
  margin: 0 auto 150px;
  text-align: center;
}
.contact-table {
  margin: 0 0 50px;
}
.contact-wrap {
  height: auto;
  display: grid;
  justify-self: center;
  align-items: center;
}
dl dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  width: 490px;
}
dl dt {
  width: 225px;
  text-align: left;
}
dl dd {
  margin: auto;
  display: flex;
}
dl dd input {
  text-align: left;
  padding: 5px;
  border: 1px solid;
}
dd {
  position: relative;
  width: 260px;
}
dd span {
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  color: red;
  transition: all 0.3s;
  z-index: -1;
}
@media (max-width: 650px) {
  dl dl {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
    width: auto;
  }
  dl dt {
    width: 100%;
    text-align: center;
    padding: 0 0 28px;
  }
  .contact-form {
    padding: 0 0 80px;
  }
}
.fade-leave-active {
  transition: all 0.5s;
  position: absolute;
}
.fade-enter-active {
  transition: all 0.5s;
}
.fade-leave-to {
  transform: translate(20px);
  opacity: 0;
  position: absolute;
}
.fade-enter-from {
  transform: translate(-20px);
  opacity: 0;
}
input {
  width: 100%;
}
textarea {
  width: 100%;
  height: 75px;
  border: 1px solid;
}
@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #fff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

@media (max-width: 650px) {
  .sv {
    height: 490px;
  }
}
.sv > div {
  display: flex;
  font-size: 3.8rem;
  justify-content: flex-end;
  padding-right: 20px;
  border-right: 2px solid white;
}
.sv > div > div {
  text-align: right;
  color: #fff;
}
.sv > div > div h1 {
  font-weight: 600;
  font-size: 34px;
  padding: 0 0 8px;
  letter-spacing: 5px;
}
.sv > div > div p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 3px;
  margin-right: 5px;
}
.page__title {
  text-align: center;
  margin: 120px 0 80px;
}
@media (max-width: 650px) {
  .page__title {
    text-align: center;
    margin: 120px 0 50px;
  }
}
.page__title p {
  font-size: 20px;
  margin: 0 0 15px;
}
@media (max-width: 650px) {
  .page__title p {
    font-size: 18px;
    margin: 0 0 5px;
  }
}
.page__title h2 {
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 5px;
}
@media (max-width: 650px) {
  .page__title h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 5px;
  }
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 80%;
  }
}
@media (max-width: 650px) {
  .inner {
    width: 90%;
  }
}
