.footer-border {
    background-color: #00a4e5;
    height: 1px;
    margin-top: 10px;
}

footer {
    border-top: 5px solid #00a4e5;
    background-color: #050248;
}

.footer-celebration .blue-gradient-box {
    border-radius: 20px;
}

#celebration-img-container {
    position: relative;
}

#celebration-img-container > img {
    position: relative;
    z-index: 2;
    border-radius: 20px;
}

#celebration-img-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -15px;
    bottom: -15px;
    border-radius: 20px;
    border: 5px solid #00a4e5;
}

a.nostyle {
    text-decoration: inherit;
    color: inherit;
}