/* Custom styles for the portfolio */

body {
    font-family: 'Inter', sans-serif;
}

/* Adjusted section height for better content flow */
.section {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: auto;
}

#home {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}
