html {
    font-size: 16px;    
}
body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #2E26B7;
    background-image: url('/formBackground.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 512px 512px;
    color: white;
}

.container {
    margin-left: 25%;
    width: 75%;
}

.back-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit; 
    margin-bottom: 15px;
    position: absolute;
    top: 350px;
    left: 14px;
    z-index: 1;
}

.back-button span {
    position: absolute;
    top: 5px;
    left: 0px;
    line-height: 1;
}

.support-card {
    background-color: rgba(51, 51, 51, 0.9);
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
}

.support-card h1 {
    font-size: 2em;
    color: white;
    margin-bottom: 30px;
}

.support-card h2, .support-card h3 {
    color: #AACCFF;
    margin-top: 25px;
    margin-bottom: 15px;
}

.support-card p {
    line-height: 1.6;
    margin-bottom: 15px;
    color: white;
}

.support-card a {
    color: #AACCFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.support-card a:hover {
    color: #80aaff;
}

.contact-list {
    margin-top: 20px;
}

.contact-list li {
    margin-bottom: 20px;
}

.contact-list strong {
    color: #AACCFF;
    display: block;
    margin-bottom: 5px;
}