body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: auto;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}
h1, h2, h3 {
    color: #444;
}
h1 {
    text-align: center;
    margin-bottom: 20px;
}
section {
    margin-bottom: 30px;
}
a {
    color: #0066cc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
footer {
    text-align: center;
    margin-top: 40px;
    font-size: 0.9em;
    color: #666;
}
.terms-and-conditions-container{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3% 0;
    font-size: 20px;
    line-height: 1.4em;
    display: flex;
    position: relative;
}
.contact-container{
    input {
        padding: 1em;
    }
}