.baground1{
    
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(120deg, #f6dbdb, #e2e7ea);
    color: #333;
    margin: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-left: 20%;
    padding-right: 30%;
    


}
.terms{
    padding-left: 25%;
    padding-right: 20%;
    padding-top: 5%;
    padding-bottom: 5%;
}


.terms-container {
    max-width: 800px;
    background: rgb(244, 236, 236);;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    
   
}

h1 {
    text-align: center;
    color: #007bff;
}

h2 {
    display: flex;
    align-items: center;
    font-size: 22px;
    margin-top: 20px;
}

.icon {
    margin-right: 10px;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}