
  body {
    background-color: #cccccc;
    /* background-color: #F8F4EE; */
    /* background-color: #EDE7DC; */
  }

  .bg-primary {
    background-color: #205254 !important;
  }
  
  .text-primary {
    color: #C03E30 !important;
  }
   
   a {
     color: #C03E30;
   }
   
   a:hover, a:focus, a:active {
     color: #D45C54;
   }

   .social-icons a:hover {
    background-color: #D45C54;
  }

   body {
    color: #333333;
  }

  @media (max-width: 768px) {
    .myName {
      font-size:10vw;
    }
  }

  .card {
    background-color: #dfdddd;
  }
  
  section.resume-section {
    margin: auto;
  }