/* Extracted from <style> in home/index3.html */
.fa-twitter{
  font-family:sans-serif;
}
.fa-twitter::before{
  content:"𝕏";
  font-size:1.2em;
}

:root {
  --olaniyi-grey: #676565;
  --olaniyi-grey-light: #9e959c;
  --olaniyi-grey-lighter: #adb5bd;
  --olaniyi-grey-dark: #495057;
  --olaniyi-grey-border: #dee2e6;
}

body{
  font-family: 'Helvetica Neue', sans-serif;
  text-align: justify;                                        
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem !important;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem !important;
}

.col {
  margin-bottom: 25px;
}

.proj-caption {
  margin: 0px;
  margin-top: 2px;
  font-size: 10px;
  color: var(--olaniyi-grey);
}

.card-title {
  font-size: 10px;
  margin: 0px;
  margin-top: 4px;
  text-align: left;
}

#nm-img{
  cursor: pointer;
}

.year-header{  
  font-size: x-small;
}

/* ... (rest of the CSS from the <style> block, as extracted above) ... */ 