body {
    font-family: Arial, sans-serif;
    text-align: center;
    padding-top: 100px;
    background-color: #f2f2f2;
}

h1 {
    font-size: 36px;
    color: #333;
}

p {
    font-size: 18px;
    color: #666;
    padding-bottom: 50px;
}
  
@keyframes scale {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.animated-image {
    animation: scale 3s ease-in-out infinite;
}
.small-image {
    padding-top: 20xp;
    margin-top: 30xp;
    width: 600px; /* Adjust the desired width */
    height: auto; /* Automatically adjust the height while maintaining the aspect ratio */
    animation: scale 3s ease-in-out infinite;
    
}
