body {
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  font-family: sans-serif;
  color: white;
  font-size: 17px;
  background-color: purple;
  background-image: url("PURPLE.png");
}

  a:link {
    color: black;
  }
  a:visited {
    color: black;
  }
.oopsies {
  animation: fuck 1s;
  animation-iteration-count: infinite;
}
.oopsies:hover {
  animation: shake 1s;
  animation-iteration-count: infinite;
}


.shit-menu {
        
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
    }
.hehe {
        filter:invert(100%)
    }
.hehe:hover {
        filter:invert(0%);
      animation: dape 1s;  
    }
iframe {
  width: 100%; /* Make the iframe take full width on mobile */
  max-width: 600px; /* Ensure it doesn’t exceed a reasonable width */
}

button {
	background-color: white;
	border: solid;
	border-radius: 10px;
	font-size: 30px;
}
    
button:hover {
	size: 120%;
}
@keyframes dape {
  0% { transform: translate(0px, 1px) rotate(0deg); }
  50% { transform: translate(0px, -2px) rotate(0deg); }
}
.form {
  padding: 20px;
  background-color: rgba(111, 114, 139, 0.42);
  border: solid 2px white;
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
}


.sakura{
    margin-left: 1rem;
    height:auto;
    max-width: 50%;    
    filter: drop-shadow(#00000038 5px 2px);
    transition: 2s;
}

.sakura:hover{

    transition-duration: 0.2s;
    margin-left: 1rem;
    height:auto;
    max-width: 55%;    
    filter: drop-shadow(#00000038 5px 2px);
}

@media (max-width: 768px) {
  body {
    font-size: 16px; /* Adjust font-size for readability */
  }
  .sakura{
    max-width: 70%; 
  }
  button {
    overflow: auto;
    font-size: 20px; /* Adjust font-size for readability */
  }
  }
  .sakura:hover{
    max-width: 75%;   
  }
}

@media (max-width: 480px) {
  iframe {
    width: 100%; /* Full width on small mobile screens */
    height: 800px; /* Adjust height further for smaller devices */
  }
}