body {
  background-image: url('tofa1.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  margin: 0;
}

h1{
     position: absolute;
color: black;
 justify-self:center;
 
 text-align: center;
background-color: aliceblue;
border-radius: 5px;
 font-size: 3rem;
}


.anicard{
  font-size: 0.1rem;
  position: absolute;
justify-self: center;
top: 40%;
background-color: rgba(88, 238, 68, 0.5);
animation: grow 4s ease forwards infinite ;
}

@keyframes grow {

from{}

to{
 /* transform: scale(300%)*/
font-size:4rem;

}

}

h3{
position: absolute;
background-color: rgba(88, 238, 68, 0.5);
top: 95%;
margin-left: 5px;
}
.at{display:flex;
  position: absolute;
justify-self: right;
top: 90%;
color:black;
font-weight: bold;
margin-right: 10px;
 font-size: 2rem;
  background-color: aliceblue;
  border-radius: 5px;
}
.bt {display:flex;
  position: absolute;
justify-self: center;

  top: 90%;
  cursor: pointer;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 3rem;
  background-color: aliceblue;
  border-radius: 5px;
}
.es{
position: absolute;
  top: 300%;
width: 100%;
}

.tofa{
position: absolute;
  top: 115%;
width: 100%;
}

.charty{
position: absolute;
  top: 200%;
width: 100%;
}



.sub{display: flex;
  justify-items: center;
  justify-content:space-between;
 font-size: 1.5rem;
position: absolute;
  top: 102%;
  width: 100%;
}
.bs{
 font-size: 1rem;
border-radius: 5px;
background-color: aliceblue;
font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
cursor: pointer;
}

@media (max-width: 600px) {
.bt {
font-size: 2rem;
}
h3{

 font-size: 1rem; 
}

h1 {
font-size: 2rem;
}
.at{

  font-size: 1.5rem;
}
.anicard{
  font-size: 0.5rem;
}

@keyframes grow {

from{}

to{
 /* transform: scale(300%)*/
font-size:3rem;
}

}

}
@media (max-width: 390px) {
.bt {
font-size: 2rem;
}
h1 {
font-size: 2rem;
}
.bs{
 font-size: 0.8rem;
}
h3{
font-size: 0.8rem;

}
.at{

  font-size: 1rem;
}
.anicard{
  font-size: 0.5rem;
}

@keyframes grow {

from{}

to{
 /* transform: scale(300%)*/
font-size:2rem;
}

}

}