body {
    display: flex;
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    background: radial-gradient(circle, #2C3954, #112550, #080e1b);
    height: 100vh;
    justify-content: center;
    align-items: center;
   
}


.policy {
    color: aliceblue;
    font-size: 1.5rem;
    margin: 20px;

}
.supportlk {
    color: lightblue;
}



@media (max-width: 768px) {
    .policy {
        font-size: 0.5rem;
    }
}