body {
    font-family: 'Roboto Mono', monospace;
    background-color: #FFFAF5;
  }
  
  .circle {
    border-radius: 50%;
  }
  
  .icon-img {
    max-height: 80px;
    width: auto;
  }
  
  @media (max-width: 767.98px) {
    .icon-img {
      max-height: 60px;
    }
  }
  