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;
   
}


.terms {
    color: aliceblue;
    font-size: 1.2rem;
    margin: 20px;
    margin-top: 20px;

}
.supportlk {
    color: lightblue;
}
@media (max-width: 768px) {
    .terms {
        font-size: 0.5rem;
    }
}