
main{
    margin-top: 150px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    
}
.contact {
    padding: 20px;
    background-color: #ffff;
    border-radius: 8px;
    border: 1px solid #009900;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.socials{
    display:flex;
    justify-content: center;
}.socials i{
    font-size: 20px;
    margin: 0 10px;
    color: #009900;
}
.contact h2 {
    margin-bottom: 20px;
    font-size: 2em;
    color: #009900;
    text-align: center;
}

.contact p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
}

.contact a {
    color: #009900;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}
i{
    color: #000000;
}
#map {
    margin-top: 20px;
    width: 100%;
    background-color: #f9f9f9;
}

#map iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 8px;
}
