body {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    background-repeat: no-repeat;
    background-color: #003bde;
  }
  
  img{
    max-width: 100%;
    height: auto;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
  }
  
  h3{
    font-size: 20px;
  }
  
  
  p{
    line-height: 1.5;
  }
  /*Title Section*/
  .intro-heading {
    text-align: center;
    color: black;
    background-color: white;
    margin-top: 75px;
    padding-top: 5%;
  }
  
  /*Service Section*/
  .white-space {
    color: white;
    padding: 10%;
  }
  
  /* #about, #contact{
    padding-top: 10%;
  } */
  
  .subject-title{
    margin: 60px auto 100px auto;
  }
  
  .about-image {
    margin-right: 30px;
  
  }
  
  .about-contents, .contact-contents{
    width: 50%;
    margin: 60px auto 100px auto;
    text-align: center;
  }
  
  /*Footer Section*/
  #footer{
    text-align: center;
    color: white;
    padding: 25% 15%;
  }

  .footer-icons{
    padding-top: 10%;
  }
  
  .social-icon{
    margin: 20px 10px;
    font-size: large;
  }
  