body {
    background-color: transparent;
    padding: 10px 20px 20px 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   }
   
   .bg {
    width: 100%;
    background-size: cover;
    position: relative;
   }
   
   
   h2 {
    margin: 20px 0;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 1px;
   }
   
   h3 {
    margin: 20px 0;
    font-size: 17px;
    line-height: 40px;
    letter-spacing: 1px;
   
   }
   
   
   p{
    font-size:15px;
    line-height: 30px;
    letter-spacing: 1px;
   }

   
   img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
   }