* {
margin: 0;
padding: 0;
border: 0;
}
body {
font-family: arial;
color: black;
font-size: 16px;
}
.home32 {
  width: 80%;
  margin: 0 auto;
  background: linear-gradient(#FFFFFF, #B8E8FA);;
}
.magaz {
  text-align: center;
  margin-bottom: 10px;
}
.block1 {
  display: flex;
  justify-content: center;
}
.block1-header, .block2-header, .block3-header {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.block1-header {
  justify-content: flex-end;
}
.block2-header {
  justify-content: center;
}
.block3-header {
  justify-content: flex-start;
}
.block1-text {
  font-size: 6em;
  font-style: italic;
}

/*телеграмм*/
.block2-telega1 img:hover {
  transition: 1s;
  transform: scale(1.1);
}
.block2-telega1 img {
  transition: 1s;
}
.block2 {
  display: flex;
}
.block2-telega, .block2-telega {
  font-size: 40px;
}
.block2-telega {
  font-weight: bold;
}
.block2-telega1, .block2-telega2, .block2-telega3 {
  width: 100%;
  display: flex;
}
.block2-telega1 {
  justify-content: flex-end;
}
.block2-telega2 {
  flex-direction: column;
  justify-content: center;
  color: #29A1C8;
}
/*qr код*/
.block3 {
  display: flex;
  justify-content: cenetr;
}
.block3 img:hover {
  transition: 1s;
  transform: scale(1.1);
}
.block3 img {
  transition: 1s;
}
.qr, .qr-text {
  width: 100%;
  display: flex;
}
.qr-text {
  flex-direction: column;
  justify-content: center;
}
.qr {
  justify-content: flex-end;
}
.qr-text p {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #29A1C8;
  font-weight: bold;
}
.block4 {
  text-align: center;
  font-size: 32px;
}
/*mail*/
.email {
  font-weight: bold;
  color: white;
}
.email2 a {
  color: white;
  text-decoration: none;
}
/*tel*/
.block6 {
  text-align: center;
}
.block6 a {
  text-decoration: none;
  color: white;
  font-size: 4em;
  font-weight: bold;
}
/*telef*/
.block5 {
  text-align: center;
}
.block5 img:hover {
  transform: scale(1.1);
  transition: 1s;
}
.block5 img {
  transition: 1s;
}


.block2-header img {
  animation-name: spin;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
.block2-header img:hover {
  animation-play-state: paused;
}

@keyframes spin {
0% {
   transform: scale(1);
   }
50% {
   transform: scale(1.1);
     }
100% {
  transform: scale(1);
}
}

@media (max-width: 720px) {
 .block2-header img {
  width: 40%;
 }
 .block1-text {
  font-size: 2.5em;
 }
  .home32 {
    width: 100%;
  }
  .block2 {
    flex-direction: column;
  }
  .block2-telega1 {
    justify-content: center;
  }
  .block2-telega2 {
    text-align: center;
  }
  .block3 {
    flex-direction: column;
  }
  .qr {
    justify-content: center;
  }
  .qr-text p {
    font-size: 20px;
}
   .block6 a {
    font-size: 30px;
   }
   .email {
    font-size: 20px;
   }
   .email2 a {
    font-size: 20px;
   }
   .block2-telega2 p {
    font-size: 20px;
   }
}



