* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

:root {
  --bg_linear_gradient_to_right: linear-gradient(
    to right,
    #fe8077,
    #fca04a,
    #f24640,
    #c1679f,
    #6562f9,
    #202144
  );
  --bg_color: #1f1d21;
}

html {
  font-size: 62.5%;
}

input,
textarea,
select,
button {
  outline: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
}

input {
  line-height: normal;
}

label,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}

strong {
  font-weight: 600;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  overflow-x: hidden;
  color: #ffffff;
}

body {
  width: 100%;
  height: 100%;
}
