body {
  background: #ffffff;
}

html,
body {
  height: 100%;
}

h1 {
  /* margin-bottom: 100px; */
  font-family: "Bebas Neue", regular;
  color: rgb(54, 39, 2);
  font-size: 60px;
  display: flex;
  justify-content: center;
}

#block {
  background: #ffd5d5;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 80px 200px;
}

#enter-button {
  background: #ffd5d5;
  color: white;
  font-family: "Bebas Neue", regular;
  padding: 80px 200px;
  font-size: 45px;
  cursor: pointer;
  border: none;
  transition:  0.4s ease;
  
}

#enter-button:hover {
  background-color: #ffd5d5

  
}
p {
  font-family: "Oswald", sans-serif;
  color: rgb(54, 39, 2);
  background-color:#ffd5d5;
  padding: 80px 200px;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

#gifs-button {
  background: rgb(54, 39, 2);
  color: white;
  font-family: "Bebas Neue", regular;
  font-size: 36px;
  cursor: pointer;
  border: none;
  transition:  0.4s ease;
}
#gifs-button:hover {
  background-color: rgb(247, 213, 213);
 
}

#paintings-button {
  background: rgb(54, 39, 2);
  color: white;
  font-family: "Bebas Neue", regular;
  transition:  0.4s ease;
  font-size: 36px;
  cursor: pointer;
  border: none;
}
#paintings-button:hover {
  background-color: rgb(247, 213, 213);
}
#drawings-button {
  background: rgb(54, 39, 2);
  color: white;
  font-family: "Bebas Neue", regular;
  font-size: 36px;
  cursor: pointer;
  border: none;
  transition:  0.4s ease;
}
#drawings-button:hover {
  background-color: rgb(247, 213, 213);
}
#videos-button {
  background: rgb(54, 39, 2);
  color: white;
  font-family: "Bebas Neue", regular;
  font-size: 36px;
  cursor: pointer;
  border: none;
  transition:  0.4s ease;
}
#videos-button:hover {
  background-color: rgb(247, 213, 213);
}
#photos-button {
  background: rgb(54, 39, 2);
  color: white;
  font-family: "Bebas Neue", regular;
  font-size: 36px;
  cursor: pointer;
  border: none;
  transition:  0.4s ease;
}
#photos-button:hover {
  background-color: rgb(247, 213, 213);
}
#socials-button {
  background: rgb(54, 39, 2);
  color: white;
  font-family: "Bebas Neue", regular;
  font-size: 36px;
  cursor: pointer;
  border: none;
  transition:  0.4s ease;
}
#socials-button:hover {
  background-color: rgb(247, 213, 213);
}
#aframe-button {
  background: rgb(54, 39, 2);
  color: white;
  font-family: "Bebas Neue", regular;
  font-size: 36px;
  cursor: pointer;
  border: none;
  transition:  0.4s ease;
}
#aframe-button:hover {
  background-color: rgb(247, 213, 213);
}



#spacing {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  background-color: white;
  padding: 20px;
  margin-bottom: 200px;
  height: 200px;
 
}


#my-gif {
  margin: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

#back {
  background: rgb(54, 39, 2);
  color: white;
  font-family: "Bebas Neue", regular;
  font-size: 36px;
  cursor: pointer;
  border: none;
  transition:  0.4s ease;
}
#back:hover {
  background-color: rgb(247, 213, 213);
}

#video {
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  max-width: 600px;
  height: auto;
}

.button-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;

}
.hover-image{
  display:none;
  margin-top: 10px;
  width: 100px;
  height: auto;
  
}
.button-container:hover .hover-image{
  display: block;
  
}


#instagram{
  background-color:#000000;
  padding: 80px 200px;
  cursor: pointer;
  border: 20px;
  transition:  0.4s ease;
  
}

#instagram:hover {
  background-color:  rgb(247, 213, 213);
}

#block img {
  transition: transform 0.3s ease;
}

#block img:hover{
 transform: scale(1.5);
}

video{
  transition:filter 0.3 ease;
}
video:hover{
  filter:  contrast(2) brightness(1.2)
}

video.glitch{
  transition: 0.2s;
}

video.glitch:hover {
  animation: glitch 1s infinite;
}

@keyframes glitch{
  
  60% {
    filter: invert(1) hue-rotate(180deg);
    transform: translate(-5px, 5px);
  }
}

#JESUS{
  background-color:#ffd5d5;
  padding: 40px 40px;
  cursor: pointer;
  border: 20px;
  transition:  0.4s ease;
  
}



#JAZZ{
  background-color:#ffd5d5;
  padding: 40px 40px;
  cursor: pointer;
  border: 20px;
  transition:  0.4s ease;
  
}


#OFFLINE{
  background-color:#ffd5d5;
  padding: 40px 40px;
  cursor: pointer;
  border: 20px;
  transition:  0.4s ease;
  
}



.hover-text{
   font-family: "Bebas Neue", regular;
  color: rgb(54, 39, 2);
  font-size: 20px;
  display: flex;
  justify-content: center;
   transition: all 0.4s ease;
  

}
.hover-text:hover {
  font-size: 25px;
}

.gif-group{
  margin-top: 300px;
  padding-top: 20px;
  margin-bottom: 200px;
}

.container {
  padding: 10px;
  max-width: 1000px;
  margin: auto;
}

#clean-video {
 
 width: 100%;
  filter: none;
  animation:none;
  transition:none;
    margin: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

#Interactive-button {
  background: rgb(54, 39, 2);
  color: white;
  font-family: "Bebas Neue", regular;
  font-size: 36px;
  cursor: pointer;
  border: none;
  transition:  0.4s ease;
}
#Interactive-button :hover {
  background-color: rgb(247, 213, 213);
}