/*
    Coded by: Turgut KÜÇÜKMUSTAFA
    E-Mail: turgutkucukmustafa@hotmail.com

*/

body
{
    margin:0;
    padding:0;
    display: flex;
    justify-content: center; /* Yatayda ortalar */
    align-items: center; /* Dikeyde ortalar */
    height: 100vh; /* Tüm ekran yüksekliğini kaplar */
}

#Strip
{
    width:100%;
    height:68px;
    line-height:68px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 32px;
    font-weight: 600;
    color:#fff;
    background-color:#df0000;
    text-align: center;
    user-select: none;

}