/**
 * @preserve
 * Copyright 2024, codesmiths.
 **/
/* Mail form */
body {
    height: 60px;
    width: 390px;
    border: none;
    margin: 0 0 0 2rem;
    font-size: 16px;
    font-family: "Century Gothic", times;
    font-weight: 600;
    color: darkgreen;
  }
  img {
    margin: 5px 0 -6px 1rem;;
  }
