html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: Arial;
    background: #f4f4f4;
}

.container {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icerik {
    text-align: center;
}

.icerik h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.icerik p {
    color: #555;
}

button {
    background: #c40000;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    margin: 20px 0;
    cursor: pointer;
}

.logolar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.logolar img {
    height: 80px;
}

.ayrac {
    width: 1px;
    height: 40px;
    background: #999;
}
.kare {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 70px);
    gap: 15px;
}

.kare span {
    width: 70px;
    height: 70px;
    background: #d40000;
}

.sag-alt span:nth-child(1) {
    grid-column: 2;
}

.sol-ust {
    top: 40px;
    left: 40px;
}

.sag-alt {
    bottom: 40px;
    right: 40px;
}