body
{
    font-family: 'Courier New', Courier, monospace;
    color: whitesmoke;
    background-color: pink;
    text-shadow: 1px 1px 2px black;
    gap: 0;
}

.vlwife
{
    text-align: center;
    color: red;
    font-size: 50px;
    user-select: none;
}


.animwife
{
text-align: center;
color: red;
font-size: 50px;
animation: heart 5s ease-in 1s both;
user-select: none;
}
.animwife2
{

text-align: center;
color: red;
font-size: 50px;
animation: heart 5s ease-in 4s both;
user-select: none;


}
.animwife3
{

text-align: center;
color: red;
font-size: 50px;
animation: heart 5s ease-in 8s both;
user-select: none;

}

.animwife4
{

text-align: center;
color: red;
font-size: 50px;
animation: heart 5s ease-in 10s both;
user-select: none;

}

.heartemj
{
margin-left: 100px;
margin-top: 20px;
rotate: -25deg  ;
position: absolute;
image-orientation: 45grad;
animation: heart 5s ease-in 1s both;
user-select: none;

}

.heartemjrev
{
width: 250px;
margin-left: 1250px;
margin-top: 200px;
rotate: 25deg  ;
position: absolute;
image-orientation: 45grad;
animation: heart 5s ease-in 4s both;
user-select: none;

}

.heartemjrevrev
{
width: 250px;
margin-left: 400px;
margin-top: 200px;
rotate: -25deg  ;
position: absolute;
image-orientation: 45grad;
animation: heart 5s ease-in 8s both;
user-select: none;
}

.heartemjwar
{
margin-left: 1550px;
margin-top: -20px;
rotate: 25deg  ;
position: absolute;
image-orientation: 45grad;
animation: heart 5s ease-in 10s both;
user-select: none;

}

.nostalgiclove
{
width: 600px;
margin-left: 650px;
margin-top: 50px;
position: absolute;
image-orientation: 45grad;
animation: heart 5s ease-in 12s both;
user-select: none;


}



@keyframes heart {
    0%
    {opacity: 0;}
    100%{
        opacity: 1;}
}

.wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 100px 100px;
}