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;
   }


   table {
    width: 100%;
    border-collapse: collapse;
}


th, td {
    border: none;
    border-bottom: 1px solid ;
    text-align: left;
    vertical-align: top;
    line-height: 1.8;
}


th {
    font-size: 15px;
    padding: 12px 16px;
    font-weight: bold;
}


td {
    padding: 16px;
    font-size: 15px;
}


td:first-child {
    font-weight: bold;
}