﻿.modal-content {
    background: linear-gradient(to bottom right, #ffffff, #fffacd, #ffb6c1, #ffcccb);
    animation: gradientAnimation 10s infinite alternate;
    background-size: 200% 200%;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.icon svg {
    width: 46px;
    height: 46px;
    margin-right: 5px;
}
