h1{
    justify-content: center;
    text-align: center;
}

.center-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.6;
}

footer{
    justify-content: center;
    text-align: center;
}

footer p {
    color: black;
}

.contact {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

.contact h1 {
    margin-bottom: 30px;
}

.contact-info {
    font-style: normal; 
    line-height: 1.8;
    font-size: 16px;
}