body {
    display: block;
    overflow-x: hidden;
  }
  nav {
    background-color: rgb(255, 255, 255);
  }
  .navbar-brand img {
    max-height: 100px;
    border-radius: 50%;
  }
  .navbar-brand {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #f56ce9;
  }
  nav ul li a {
    color: #a9a9a9;
    font-size: 22px;
    margin: auto 10px;
  }
  nav ul li a:hover {
    color: #fc07c7;
  }

  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section h1 {
    text-transform: uppercase;
    font-weight: 900;
    color: #fc07c7;
    text-align: left;
    margin-bottom: 20px;
  }
  section p {
    font-size: 16px;
    font-weight: 300;
  }
  button {
    max-width: 50%;
    border-radius: 50px !important;
 
  }
  #hero .col {
    justify-content: center; 
    flex-direction: column;
    display: flex;
  }
  #hero .img-col {
    justify-content: flex-end; 
    margin-top: 100px;
  }
  #hero img {
    max-width: 60% !important;
    width: 60%;
    border-radius: 70px
  }
  #hero .card {
    box-shadow: 11px 7px 16px #f9f9f9;
    border: 0;
    text-align: center;
  }
  #hero .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  #projects .projects {
    margin-bottom: 50px;
  }

  #contact {
    text-align: center;
    background-color: #ff41c0;
    color: white;
  }
  #contact h1 {
    text-align: center;
    color: white;
    font-size: 1em;
  }