/*!css!*/

body {
    background-color: rgb(0, 0, 0);
    align-items: center;
}


div {
    color: black;
    position: inherit;
    background-color: rgb(0, 0, 0);
    font-size: 5.5vw;
    font-family: 'Times New Roman', Times;
    align-items: center;
    text-shadow: 0 0 5px rgb(255, 255, 255), -2px -2px 5px rgb(255, 255, 255), 5px 5px 5px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255), 0 0 40px rgb(255, 255, 255);
}

#s1 {
    align-items: center;
    align-self: center;
    align-content: center;
    text-align: center;
    padding-bottom: 200px;
}

p {
    color: red;
    text-shadow: 0 0 5px cyan, 0 0 20px cyan, 0 0 40px cyan, 0 0 50px cyan, 0 0 70px cyan, 5px 5px 20px cyan;
    font-size: 8vw;
}

#geri {
    color: aliceblue;
}

@media (min-width:767px) {
    div{
        font-size: 3vw;
    }
    p{
        font-size: 3vw;
    }
}