body {
    background: url(../images/telvedar-kahve.jpg) no-repeat center fixed;
    background-size: cover;
    font-family: Arial;
    margin: 0 auto;
    /*width: 800px;*/
}

.telvedar {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .telvedar h1 {
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
        letter-spacing: 2px;
		text-shadow: 5px 0 8px rgb(0 0 0 / 55%)
    }
	
@media only screen and (min-device-width : 240px) and (max-device-width : 640px) {

    .telvedar {
        transform: translate(-50%, -20%);
    }

        .telvedar h1 {
            font-size: 20px;
			letter-spacing: 1px;
        }
}
