@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');

.limelight-regular {
    font-family: "Limelight", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

p {
    font-size: 20px;

}

h1 {
font-size: 80px;
}

.ishtar-link {
    font-size: 20px;
    text-decoration: none;
    color: #D5971F;
    font-weight: bold;
}
.ishtar-link:hover {
    color: #AF8B8B;
}

.Brainsquare-link {
    font-size: 20px;
    text-decoration: none;
    color: #132789;
    font-weight: bold;
}
.Brainsquare-link:hover {
    color: #AF8B8B;
}

.Tinyhouse {
    color: #00C86F;
    font-family: "Limelight", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mymontova {
    color: #38B186;
    font-family: "Limelight", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ishtar {
    color: #D5971F;
    font-family: "Limelight", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.vitalis {
    color: #DC9DA5;
    font-family: "Limelight", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.animals {
    color: #87B7CA;
    font-family: "Limelight", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.B2 {
    color: #132789;
    font-family: "Limelight", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: 1600px;
    margin: 0 auto;

}

.text-section {
    flex: 0.7;
    padding: 20px;
    font-family: "Spinnaker", sans-serif;
    text-align: left;

}

.image-section {
    flex: 1.2;
    padding: 20px;
}

.image-section img {
    max-width: 100%;
    height: auto;
}

.icons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.icons img {
    width: 40px;
    height: 40px;
}

.more-images {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
  }

  .more-images img {
    max-width: 100%;         /* Adjust image size as needed */
    height: auto;
  }