
.gradient {
    background: rgb(16,24,86);
    background: linear-gradient(90deg, rgba(16,24,86,1) 41%, rgba(86,99,255,1) 100%);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

img {
    max-width: 100%;
    height: auto;
}

.white-txt {
    color: #f4f4f4;
}

.app-link {
    margin-top: 30px;
    margin-bottom: 30px;
}

.app-link a:hover, .app-link a:active {
    opacity: 0.7;
}

.copyright {
    margin-top: 30px;
    font-size: 12px;
}
