@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

body,
html {
  width: 100%;
  height: 100%;
}

body{
    background-color: #1d1d20 !important;
    color: beige !important;
    font-family: 'Merriweather', serif;
}

.purple{
  color: #9c27b0;
}

.side-boarder{
  border-left: 0.3rem solid #9c27b0;
  
}

.row-space{
  padding: 50px 0;
}

.footer-info{
  padding-top: 30px;
}

.connect li{ 
display: inline-block;
padding-right: 5px;
font-size: 2rem;
}


 /***********************************************Small Screens****************************************************/
  
 @media screen and (max-width: 600px) {
  /*home*/
  .cont{
    font-size: 3.6rem !important;
  }


  /*about*/
  .p-p{
    text-align: center;
    font-size: 2.5rem !important;
    font-weight: 700;
  }

  .row-space{
    padding: 20px 0 !important;
  }

  .about-main p{
    font-size: 1.05rem !important;
  }

  .facts img{
    width: 100%;
    height: 300px !important;
  }

  h4{
    font-size: 2.2rem !important;
    font-weight: 700 !important;
  }

}