html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  /* width: 100%; */
  /* height: 100%; */
}

body {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 980px;
  font-family: "Inter", "Source Sans Pro", sans-serif;
}

ul,
li {
  list-style: none;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

input {
  border: none;
}

p {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 18px;
  padding-top: 20px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

li {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}

table {
  border: 1px solid black;

  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;

  font-size: 14px;
}

.text {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2222222222;
  color: #ffffff;
  font-family: Raleway, "Source Sans Pro";
  text-align: left;
}

.description {
  max-width: 121.3rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3333333333;
  color: #a7aabc;
  font-family: Open Sans, "Source Sans Pro";
  flex-shrink: 0;
  text-align: left;
}

.content {
  max-width: 600px;
  display: flex;
  justify-content: left;
  align-content: flex-start;
  flex-direction: column;
  gap: 10px;
}

.messasge {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.2222222222;
  color: "#ffffff";
  font-family: Raleway, "Source Sans Pro";
  /* width: 700px; */
  padding-top: 10px;
  padding-bottom: 10px;
  height: 200px;
  border-radius: 10px;
  text-align: left;
  padding-left: 10px;
  background-color: #f4f4f4;
  min-height: 50px;
}

.submit {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.2222222222;

  font-family: Raleway, "Source Sans Pro";
  /* width: 710px; */
  height: 55px;
  padding: 10px 10px 12px 12px;
  border-radius: 50px;
  background-color: #ffffff;
  cursor: pointer;
  color: #000;
}

.center {
  display: flex;
  justify-content: center;
  text-align: center;
}

.group {
  display: flex;
  gap: 25;
  font-size: 1.8rem;
  color: white;
  padding: 10px 10px 12px 12px;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 25;
  font-size: 1.8rem;
  color: white;
  padding: 10px 10px 12px 12px;
  justify-content: left;
}

::-webkit-input-placeholder {
  padding-left: 10px;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: grey;
  padding-left: 10px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  padding-left: 10px;
}

:-ms-input-placeholder {
  padding-left: 10px;
}

.space {
  height: 15vh;
}

.accordion {
  font-size: 2.8rem;
  text-align: left;
}

.header {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2222222222;
  color: #efc378;
  font-family: Raleway, "Source Sans Pro";
}
