﻿
/* custom-layout.css */

.experience-paragraph {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 1.5rem auto;
  color: #333333;
  white-space: pre-line; /* preserves line breaks */
}

.content-block {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.table {
  margin-bottom: 0;
}

img.mx-auto.d-block {
  border-radius: 50%;
  border: 1px solid #ccc;
}
