﻿body {
    background-attachment: fixed;
    background-position: bottom center;
    background: url('/images/housemanagement.png') no-repeat center center;
    background-size: cover;
    color: white;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 50px 0;
}

.headline {
    font-size: 3rem;
    font-weight: bold;
}

.subheadline {
    font-size: 1.5rem;
    font-style: italic;
}

.content-box {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 10px;
    color: black;
}

.content-box-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px; /* Maksimum genişlik belirleyerek çok büyük olmasını engelle */
    width: fit-content; /* İçindeki elemanların genişliğine uyum sağlar */
    margin: 0 auto; /* Sayfa ortasına hizalar */
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    color: black;
}


ul {
    list-style-type: none;
    padding-left: 0;
}
