* {
  margin: 0;
  padding: 0;
  border: 0;
  /* box-sizing: border-box; */ /*<--consider using this one too*/
}

/* comentário rápido Cmd + Shift + 7 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* body {
  padding: 0 100px;
  margin: 0 auto;
} */

@font-face {
  font-family: any1;
  src: url(fonts/RR\ Pinhais.ttf);
}

body {
  margin: 0 auto;
  background-color: #000000;
}

.container {
  margin-top: 25vh;
  font-family: any1, sans-serif;
  text-transform: uppercase;
  font-variation-settings: "wdth" 110;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

textarea {
  font-family: any1, sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  resize: none;
  background-color: #000000;
  color: #fff;
}

.slider-container {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 20px;
}

/* Style input[type="range"] */

input[type="range"] {
  -webkit-appearance: none;
  margin-top: 10px;
  width: 100%;
  height: 4px;
  background: #fff;
  outline: none;
  border-radius: 5px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: none;
  border: 1px solid #ffffff;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: none;
  border: 1px solid #ffffff;
}
/* END Style input[type="range"] */

/* ——————————————————————————————————— */
.int {
  padding-top: 400px;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.after {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.int p {
  font-size: 120px;
  text-transform: uppercase;
  font-family: any1, sans-serif;
  font-variation-settings: "wdth" 105;
  margin-bottom: 0.8rem;
  color: rgb(255, 255, 255);
  text-align: center;
  transition: 0.3s ease-in-out;
}

.int p:hover {
  font-variation-settings: "wdth" 270;
}

footer {
  width: 100%;
  margin: 120px auto 0 auto;
  color: #fff;
  text-align: center;
  font-family: any1, sans-serif;
  text-transform: uppercase;
  font-variation-settings: "wdth" 105;
  font-size: 10px;
}

footer a {
  text-decoration: underline;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 10px;
  transition: 0.7s ease;
}

footer a:hover {
  color: #585858;
}

footer p {
  margin-top: 20px;
}
