@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");

/* html {
  object-fit: contain !important;
  background: linear-gradient(138.18deg, #eae8fd 0%, #fce5e6 94.44%);
} */

::-moz-selection {
  color: #fff;
  background: #19335e;
}

::selection {
  color: #fff;
  background: #19335e;
}

html,
body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

body {
  position: relative !important;
  font-family: "Sora", sans-serif;
  padding: 0 20px;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #19335e;
}

main {
  max-width: 1280px;
  width: 1280px;
}

p {
  font-size: 18px;
  line-height: 24px;
}

a {
  color: rgb(0, 100, 200);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: rgb(0, 80, 160);
}

label {
  display: block;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  -webkit-padding: 0.4em 0;
  padding: 0.4em;
  margin: 0 0 0.5em 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
}

input:disabled {
  color: #ccc;
}

button {
  color: #333;
  background-color: #f4f4f4;
  outline: none;
}

button:disabled {
  color: #999;
}

button:not(:disabled):active {
  background-color: #ddd;
}

button:focus {
  border-color: #666;
}

.align-center {
  text-align: center;
}

.font-size-2 {
  font-size: 30px;
}

@media (max-width: 768px) {
  body {
    padding: 0 25px;
  }
  p {
    font-size: 17px;
  }
}
