body {
    margin: 0px;
    background-image: url(img/inicial/mommylonglags.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    font-family: "Pixelify Sans", sans-serif;
}

p {
    color: #fff;
}

.water-brush-regular {
  font-family: "Water Brush", cursive;
  font-weight: 400;
  font-style: normal;
}

.espacamento1 {
  letter-spacing: 10px;
  margin: 0;
  font-size: 80px;
}

.espacamento2 {
  margin: 0;
  letter-spacing: 20px;
  font-size: 200px;
}

.bg-button {
  text-decoration: none;
  color: #fff;
  h1:hover {
    border: 2px solid #fff;color: #000;
  }
}

.botao {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  h1:hover {
    border: 2px solid #fff;
  }
}

h1:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #000;
  box-shadow: rgba(255, 0, 0, 200) 0px 22px 70px 4px;
}

#backgroundVideo {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

a {
  text-decoration: none;
}

li {
  display: flex;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 50px;
}

.smily {
    background-color: aqua;
}
  
  button {
    
    font-size: 18px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  button:hover {
    background-color: #0056b3;
  }