/* Add your custom styles here */
.contact {

    display: none;
}

#testimonials {
    display: none;
}
@media (max-width: 640px) {
.navbar {
display: flex;
justify-content: center;
align-items: center;
}
.navbar h1 {
    display: none;
}
}

.navbar .logo img {
    height: 127px;
}
