/* فونت گوگلی فارسی Vazirmatn */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 14px;
    background: url("https://chatseven.org/IMG_20240129_194803_550.png") repeat scroll 0% 0% #EEE;
    text-align: center;
}

.align-center { display: none; }

.liner { text-align: center; }

.lyric { color: #000; text-align: center; }

@media screen and (max-width: 980px) {
    #tehranipatogh {
        background: none;
        width: 100%;
        height: 130px;
        max-width: 100%;
    }
    #tehranpatogh {
        background: none;
        width: 100%;
        height: 500px;
        max-width: 100%;
    }
}