﻿html, body {
    background: linear-gradient(to right, #291632, #5F2D72);
    font-family: 'Segoe UI', sans-serif;
    width: 100%;
    color: white;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    height: 100%;
}
.navbar {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
footer {
    border-top: 1px solid #808080ff;
    background-color: #cccccc;
    text-align: center;
    color: #902bf5;
    z-index: 15;
}
.cta-btn {
    background-color: #902bf5;
    border: none;
}

.cta-btn:hover {
    background-color: #7a23d8;
}

.logo {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 1px 1px 5px #aaaaaa;
}
h1, h2, h3 {
    color: #5867FB !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px 1px #ffffff !important;
}

.white {
    color: white;
    text-shadow: 1px 1px 1px #902bf5;
}