a{
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 60px;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #a3cfd0, #b4dba9, #b4ddea);
    background-repeat: no-repeat;
}