*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    transition-duration: 8s;
}

*:hover{
   transform: rotate3d(1,1,1, 200deg);
}

button {
    background: transparent;
    border: none !important;
    font-size:0;
    z-index: 9;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

body{
    background-color: greenyellow;
    min-width: fit-content;
}

.grandedecojones{
    color:rgb(255, 0, 212);
    font-size: 4rem;
    text-align: center;
}

.gif{
    display: block;
    margin: 0 auto 0 auto;
    padding-right: 30rem;
}

.notangrande{
    color:rgb(255, 5, 5);
    font-family: "Papyrus", "Comic Sans MS", cursive;
    font-size: 2rem;
    margin-left: 4rem;
}

.seccionytal{
    display: grid;
    gap: 4em;
    grid-auto-flow: dense;
    grid-auto-rows: max-content;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    justify-content: center;
    text-align: center;
    width: 100%;
}

.estoesmuygrandehazlopequeñoporfa{
    width: 50%;
    -webkit-box-shadow: 200px -71px 85px -69px rgba(0,85,255,1);
    -moz-box-shadow: 200px -71px 85px -69px rgba(0,85,255,1);
    box-shadow: 200px -71px 85px -69px rgba(0,85,255,1);
}
