/***********************/
/* KarichalChundan.com */
/***********************/

body{
    position: relative;
    font-family: 'Quicksand', sans-serif;
}
.main {
  background: url(../img/bg.jpg) no-repeat center transparent;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  height: 100vh;
  width: 100vw;
}

.inner_container {
  padding: 30px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
}
.content_wrap {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
}
h3 {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 300;
    color: #aaa;
  }
  h4 {
    font-size: 14px;
    color: #e74626;
  }
  @media only screen and (max-width:600px) {
    .inner_container {
        max-width: 85%;
      }
      h3 {
        font-size: 18px;
        line-height: 26px;
      }
      h2 {
        font-size: 33px;
        font-weight: 300;
      }
      h4 {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
      }
  }