body {
    font-family: Arial, sans-serif;
    background-color: #efefef;
    color: #272727;
    margin: 0;
    padding: 15px;
}

.container {
    text-align: center;
    max-width: 800px;
    margin: auto;
    height: 100vh;
    display: grid;
    align-items: center;
    position: relative;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    background-color: #ff6f61;
    color: white;
    padding: 15px 25px;
    font-size: 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 15px;
}

.cta-button:hover {
    background-color: #e05550;
}

#casibom-giris-img{
    max-width: 72%;
}

.box{
    text-align: center;
    padding: 20px;
    background: #000000f2;
    color: white;
    box-shadow: 0 4px 20px 7px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    z-index: 9;
}

.content{
    position: relative;
}