/* Base Styles */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  color: #333;
}

h1, h2, h3, h4 {
  margin-bottom: 10px;
}

p {
  line-height: 1.6;
}

.portfolio {
  text-align: center;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 15px;
  margin-top: 10px;
}

.rent {
  background: #FFF;
  text-align: center;
  padding: 0 20px;
}

.rent-grid {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.rent-details ul {
  text-align: left;
}

footer {
  border-bottom: 5px solid #424242;
  border-top: 1px solid #e8e8e8;
  min-height: 55.95px;
  padding-bottom: 0;

  .copyright {
    font-size: 12px;
    background: #FFF;
    padding: 20px 0;
  }
}
