body {
    margin: 0;
    font-family: 'Poppins';
    background-color: #ffffff;
    color: #333;
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('fonts/Montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Light;
  src: url('fonts/Montserrat/Montserrat-Light.ttf'); 
}

@font-face {
  font-family: Montserrat-Black;
  src: url('fonts/Montserrat/Montserrat-Black.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('fonts/Montserrat/Montserrat-Bold.ttf'); 
}


.header {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
}

.logo {
    max-width: 250px;
    height: auto;
}

.main-content {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.image-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
}

.image-item {
    text-align: center;
    margin: 10px;
    flex: 1;
    min-width: 300px;
}

.image-item img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.address {
    margin-top: 10px;
    font-size: 16px;
}

.footer {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    color: #ffffff;
}

.social-media {
    margin-bottom: 10px;
}

.social-media a img {
    width: 30px;
    height: 30px;
    margin: 0 10px;
}

.footer p {
    margin: 0;
    font-size: 14px;
}
