﻿.body1 {
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.baslikdiv {
    width: 97%;
    height: 4%;
}

.baslik {
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 1rem;
}
.baslikuyari {
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
}
.duzenlebutonlari{
    display:flex;
    justify-content:space-around;
    align-items:center;
    width:80%;
}
input {
    width: 100%;
}
.paket {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.tarih {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
    width: 100%;
    font-size: 0.9rem;
    color: white;
    box-sizing: border-box;
}
