body{
    margin: 0px;
    padding: 0px;
}

h1 {
    font-family: sans-serif;
    font-size: 28px;
    padding-left: 40px;
    
}
.home-body {
    background-color: #223965;
    color: white;
}


h3 {
    font-family: sans-serif;
    font-size: 20px;
}

h4 {
    font-family: sans-serif;
    font-size: 16px;
    margin: 0;
    line-height: 12px;
}
.home-body p {
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
}

.home-body hr {
    border-width: 2px;
    color: white;
    padding-left: 40px;
}

.photo-gallery hr {
    border-width: 2px;
    color: black;
    padding-left: 40px;
}

.container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.column {
    flex: 1;
    text-align: center;
    padding: 20px;
}
.column img {
    max-width: 100%;
    height: auto;
}

.photo-gallery {
    background-color: white;
    color: black;
}


@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    
    .photo-gallery h1 {
        font-size: 20px; /* Adjust the font size as needed */
        text-align: center;
        padding: 0;
    }
  
    .home-body h1 {
        font-size: 20px; /* Adjust the font size as needed */
        text-align: center;
        padding: 0;
    }
    .home-body h3 {
        font-size: 18px; /* Adjust the font size as needed */
        text-align: center;
        padding: 0;
    }
    .home-body h4 {
        font-size: 16px; /* Adjust the font size as needed */
        text-align: center;
        padding: 0;
    }
    .home-body p {
        font-family: sans-serif;
        font-size: 14px;
        
    }
}
