body {
    background: #FF85CA;
    background: linear-gradient(207deg, rgba(255, 133, 202, 1) 0%, rgba(255, 207, 232, 1) 100%);
    background-attachment: fixed;
}


@keyframes bg-animation {
    0% { transform: translate(0,0) }
    10% { transform: translate(-5%,-5%) }
    20% { transform: translate(-10%,5%) }
    30% { transform: translate(5%,-10%) }
    40% { transform: translate(-5%,15%) }
    50% { transform: translate(-10%,5%) }
    60% { transform: translate(15%,0) }
    70% { transform: translate(0,10%) }
    80% { transform: translate(-15%,0) }
    90% { transform: translate(10%,5%) }
    100% { transform: translate(5%,0) }
}
img {
    margin-top:0px;
    margin-bottom:0px;
    margin-left: auto;
    margin-right: auto;
    transition: transform .5s;
    display: flex;
}
img:hover {
    transform: scale(1.1);
}
h1 {
    font-family: 'tilt warp';
    font-weight: 500;
    color: white;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
    text-shadow: 1px 1px 0px #b71f75;
    transition: transform .5s;
}

h1:hover {
    transform: scale(1.1);
}

.image-container {
    justify-content: space-around;
    align-items: center;
    display: flex;
    flex-direction: row;
}
}
    
    
}
.img1 {
    margin-left: auto;
    margin-left: auto;
}

.img2 {
    margin-left: auto;
    margin-right: auto;
}