*
{
    margin: 0;
    padding: 0;
}

.container .box
{
    width: 500px;
    height: 200px;
    margin: 40px 0;
}

.email-signature 
{
    margin-left: 5px;
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 20px;
    max-width: 500px;
  }

  .signature {
    font-family: cursive;
    font-size: 8000px;
    color: #8B008B;
  }

  .my-table {
    max-width: 100%;
  }
  
  .my-table th, .my-table td {
    border: 1px solid black;
    padding: 10px;
    text-align: left;
  }
  
  .my-table th {
    background-color: #dddddd;
    font-weight: bold;
  }
  
  .my-table tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .bgimg {
    background-image: url('micall.johnfrancis.xyz/tiktok.jpg');
}