* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  cursor: none;
  background-image: url("https://f.feridinha.com/Fl3fS.gif");
  background-size: cover; /* Faz a imagem cobrir toda a tela */
  background-repeat: no-repeat; /* Impede que a imagem se repita */
}
p {
  font-size: 1em;
  text-align: justify;
  line-height: 1.8em;
  padding: 0.2em;
}
#flashlight {
  --Xpos: 50vw;
  --Ypos: 50vh;
}
#flashlight:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  background: radial-gradient(
    circle 9em at var(--Xpos) var(--Ypos),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
}
@media screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
}

.container {
   color:white;
  justify-content: center;
    text-align: center;
    max-width: 300px;
    margin: auto;
    font-family: 'Tenor Sans', sans-serif;
    border-radius: 40px;
}

input {
    width: 100%;
    margin-top: 5px;
    padding: 8px;
}

a:link { 
  color:white;
} 
a:visited { 
  color:white; 
} 
a:hover { 
  color:white; 
} 
a:active { 
  color:white;
}


button {
    margin-top: 3px;
    padding: 8px;
    cursor: pointer;
    color:white;
    background-color:black;
}

h2{
 color: white; 
 font-family: 'Tenor Sans', sans-serif;
}

h1{
  color:white;
 margin-right: 150px;
  margin-left: 150px;
  display:flex;
  text-align: center;
  font-family: 'Tenor Sans', sans-serif;
}

h3{
  color: #5ce1e6;
  font-family: 'Tenor Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 66px;
}

video{
 position:relative; 
}

img{
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}