* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Arial, sans-serif;
}

body {
    min-height: 100vh;
    background:
        linear-gradient(
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.55)
        ),
        url("../assets/korukcu-enerji-cs.webp");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: #ffffff;
}

.container {
    text-align: center;
    max-width: 900px;
    padding: 40px 20px;
}

.logo {
    max-width: 260px;
    margin-bottom: 35px;
}

h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 25px;
}

.description {
    font-size: 16px;
    line-height: 1.7;
    color: #d1d1d1;
}

footer {
    position: absolute;
    bottom: 20px;
    font-size: 12px;
    color: #9a9a9a;
}
