body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: navy;
    font-family: 'Roboto', sans-serif; /* Roboto fontu eklendi */
}

.background-image {
    background-image: url('arkaplan.jpg');
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    z-index: 1;
}

h1 {
    font-size: 2em; /* H1 başlık boyutu */
    margin-bottom: 20px;
}
yazi {
    font-size: 1em; /* yazi boyutu */
}

.logo img {
    max-width: 100%;
    height: auto;
}

.contact-info {
    text-align: center;
    color: navy;
}

/* Responsive Styles */
@media screen and (max-width: 600px) {
    /* Add your responsive styles here */
}
