﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: #f8c8dc; /* toz pembe */
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
}

.logo {
    max-width: 550px;
    height: auto;
    margin-bottom: 20px;
}

.message {
    font-size: 2rem;
    font-weight: 600;
    color: #4b2c31;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
