body {
  background-color: azure;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 200;
  margin-left: 10px;
  margin-right: 10px;
  height: 130dvh;
}

.title {
  background-color:skyblue;
  text-align: center;
  color: azure;
}

.red {
  background-color: rgb(235, 9, 9);
  color: aliceblue;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;

}

.blue {
  position: relative;
  background-color: blue;
  color: aliceblue;
  border: none;
  padding: 10px;
  border-radius: 5px;
}

/* Cria um pseudo-element para o title (caixa de texto explicativa que aparece quando colocamos o rato lá) */

button[title]:hover::after {
  content:url(https://media.tenor.com/O04fwScDZTcAAAAe/are-you-sure.png);
  position: absolute;
  top: -100%;
  left: 0;
  display: inline-block;
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 20px;
}

.yellow {
  background-color: rgb(255, 209, 5);
  color: rgb(9, 13, 17);
  display: block;
  margin-top: 5px;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;

}

.yellow:hover {
  background-color: rgb(206, 177, 47);
}

.squishy {
position: relative;
font-size: 1rem;
padding: 0.5rem 1.4rem;
font-weight: 200;
border: none;
cursor: pointer;
transition: all 250ms;
display: inline-flex;
align-items: center;
gap: 0.5rem;
}

.squishy-tech {
background-color: rgb(5 150 105);
color: white;
border-radius: 0.5rem;
box-shadow:
inset 0 1px 0 0 rgba(255,255,255,0.3),
0 2px 0 0 #059669,
0 4px 0 0 #047857,
0 6px 0 0 #065f46,
0 8px 0 0 #064e3b,
0 8px 16px 0 rgba(5,150,105,0.5);
overflow: hidden;
}

.squishy-tech::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(to right, transparent, rgba(255,255,255,0.1), transparent);
transform: translateX(-100%);
animation: shimmer 2s infinite;
}

.squishy-tech:hover {
transform: translateY(4px);
box-shadow:
inset 0 1px 0 0 rgba(255,255,255,0.3),
0 1px 0 0 #059669,
0 2px 0 0 #047857,
0 3px 0 0 #065f46,
0 4px 0 0 #064e3b,
0 4px 8px 0 rgba(5,150,105,0.5);
}

.squishy-tech:hover i {
animation: bounce 1s infinite;
}

/* Animations */
@keyframes bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-25%);
}
}

@keyframes shimmer {
100% {
transform: translateX(100%);
}
}

.calc {
  width: 20%;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  margin: 5px;
  padding: 2px;
  grid-gap: 5px;

  border-radius: 16px;
  background: rgb(34,193,195);
  background: linear-gradient(30deg, rgba(34,193,195,1) 0%, rgba(253,187,45,0.36448598130841126) 100%);
  
}

.equal {
  grid-column: span 2;
}


.parent {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
gap: 8px;

}

.div1 {
grid-row: span 4 / span 4;
border: 1px solid black;
background-color: antiquewhite;
border-radius: 5px;
}

.div2 {
grid-column: span 2 / span 2;
grid-row: span 3 / span 3;
border: 2px solid black;
background-color: cornsilk;
border-radius: 5px;
}

.div3 {
grid-column: span 2 / span 2;
grid-column-start: 4;
border: 2px solid black;
background-color: antiquewhite;
border-radius: 5px;
}

.div4 {
grid-column: span 2 / span 2;
grid-column-start: 2;
grid-row-start: 4;
border: 2px dotted black;
background-color: darkseagreen;
border-radius: 5px;
}

.div5 {
grid-row: span 4 / span 4;
grid-column-start: 4;
grid-row-start: 2;
border: 2px solid black;
background-color: antiquewhite;
border-radius: 5px;
}

.div6 {
grid-column: span 3 / span 3;
grid-column-start: 1;
grid-row-start: 5;
border: 2px solid black;
background-color:gainsboro;
border-radius: 5px;
}

.div7 {
grid-row: span 3 / span 3;
grid-column-start: 5;
grid-row-start: 2;
border: 2px dashed black;
background-color:gainsboro;
border-radius: 5px;
}

.div8 {
grid-column-start: 5;
grid-row-start: 5;
border: 1px solid black;
background-color: cornsilk;
border-radius: 5px;
}


.button-53 {
background-color: #3DD1E7;
border: 0 solid #E5E7EB;
box-sizing: border-box;
color: #000000;
display: flex;
font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1rem;
font-weight: 700;
justify-content: center;
line-height: 1.75rem;
padding: .75rem 1.65rem;
position: relative;
text-align: center;
text-decoration: none #000000 solid;
text-decoration-thickness: auto;
width: 100%;
max-width: 460px;
position: relative;
cursor: pointer;
transform: rotate(-2deg);
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}

.button-53:focus {
outline: 0;
}

.button-53:after {
content: '';
position: absolute;
border: 1px solid #000000;
bottom: 4px;
left: 4px;
width: calc(100% - 1px);
height: calc(100% - 1px);
}

.button-53:hover:after {
bottom: 2px;
left: 2px;
}

@media (min-width: 768px) {
.button-53 {
padding: .75rem 3rem;
font-size: 1.25rem;
}
}