*   {
    font-family: arial;
}

body {
  background-color: #5efc8d ;
}

#main1{
    font-size: 14px;
    text-align: left;
    margin: 0 auto;
    width: 600px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#main2{
    font-size: 16px;
    text-align: right;
    width: 600px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.main-image {
    width: 100%;
    max-width:250px;
    height: auto;
}

.bottom-gif {
    width: 100%;
    max-width:100px;
    height: auto;
}    

.top-gif {
  width: 100%;
  max-width: 100px;
  height: auto;  
}
 .welcome {
    display: flex;
    align-items: center;
    gap: 10px;
}

.welcome h2 {
    margin: 0;
}

.layout {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

h2 {
    color: #FF15B5;
    font-family: "Comic Sans MS";
    font-style: italic;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

a.link{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 5px;
    color: black;
}

a.link:link{
    color: black;
    text-decoration: none;
}


a.link:hover{
    color: #FF15B5;
    text-decoration: none;
    -webkit-transform: scale(2);
    transform: scale(1.2);
}

a.link:active{
    color: maroon;
    text-decoration: none;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    width: 100%;
}

.column {
    min-width: 0;
}

.gallery img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;

}
.column .caption {
    font-size: 12px;
    font-family: Georgia;
    color: red;
    margin-top: 4px;
}

.banner img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.home {
    margin-bottom: 15px;
}

.home a {
    color: green;
    font-family: "Comic Sans MS", cursive;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.intro-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:30px;
    margin-bottom:25px;
}

.faye-text{
    flex:1;
    font-size:15px;
    color:brown;
    font-family:"Times New Roman", serif;
    font-style:italic;
    font-weight:bold;
}

.pet-counter{
    width:180px;
    text-align:center;

    border:2px ridge #d8c3a5;
    background:#fffaf0;
    padding:10px;
}

@media screen and (max-width: 600px) {
    .intro-row {
        align-items: center;
    }

    .pet-counter {
        width: 135px;
    }
}

@media screen and (max-width: 600px) {

    #main1 {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
    }

    .layout {
        width: 100%;
        max-width: 100%;
    }

    .layout td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .layout td:first-child {
        margin-bottom: 25px;
    }

    .main-image {
        width: 100%;
        max-width: 250px;
    }

    .welcome {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    a.link {
        font-size: 17px;
        padding: 7px;
    }
}

.about-page {
    max-width: 650px;
    margin: 25px auto;
    text-align: center;
}

.about-photo {
    width: auto;
    max-width: auto;
    height: 400px;
    display: block;
    margin: 0 auto 20px;
}

.about-text {
    font-family: "Times New Roman", serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: brown;
    line-height: 1.6;
    text-align: left;
}

.about-links {
    max-width: 650px;
    margin: 20px auto;
    text-align: left;
    font-family: "Times New Roman", serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: brown;
    line-height: 1.6;
}

.blog {
    max-width: 650px;
    margin: 30px auto;
}

.entry {
    margin-bottom: 40px;
}

.date {
    font-family: Georgia;
    font-size: 18px;
    color: red;
    font-weight: bold;
    margin-bottom: 12px;
}

.entry p {
    font-family: "Arial";
    font-size: 16px;
    line-height: 1.2;
    color: black;
}

.blog-photo {
    margin: 20px auto;
    max-width: 200px;
    width: 100%;
    height: auto;
}

hr {
    border: none;
    border-top: 1px dashed #999;
    margin: 35px 0;
}

.blog-header {
    text-align: center;
    font-family: "Comic Sans MS", cursive;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    color: #FF15B5;
    margin: 0px 0 5px;
}

.blog-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 15px 0 25px;
}

.blog-icon {
    width: 40px;      /* adjust as needed */
    height: auto;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.main-banner {
    max-width: 100%;
    height: auto;
}

.banner-side {
    width: 45px;   /* adjust until it looks right */
    height: auto;
}
