* {
  margin: 0px;
  padding: 0px;
}

/** ---header-start--- **/
nav.dawn-head {
  margin-top: 5px;
  padding: 5px;
  height: 15px;
  text-align: center;
  word-spacing: 1.3em;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 14px;
  background-color: #000000;
}

a {
  text-decoration: none;
  text-transform: uppercase;
  color: #9fa6b2;
}
/** Dawn-name **/
div.dawn-name {
  text-align: center;
  margin-top: 6px;
  padding-bottom: 10px;
  font-size: 50px;
  font-weight: 540;
  font-family: "Times New Roman", Times, serif;
}

span {
  color: rgba(180, 174, 174, 1);
}

/** Dawn-Date **/
.date {
  font-size: 11px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

/** Dawn-line **/
.line {
  height: 4px;
  margin-left: 65px;
  margin-right: 65px;
  background-color: #000000;
}

/** Dawn-links **/
.links {
  margin-top: 10px;
  margin-bottom: 10px;
  text-indent: 5em;
  word-spacing: 0.6em;
  font-family: Arial, Helvetica, sans-serif;
}

.links > a {
  color: #000000;
  font-size: 11px;
}
div.links i {
  padding-left: 55px;
  font-size: 15px;
}

div.links p {
  padding-left: 5px;
  display: inline;
  font-size: 12px;
  color: #9fa6b2;
}

/** Dawn-horizontal-line **/
header + hr {
  margin-left: 65px;
  margin-right: 65px;
}

/** ---header-end--- **/

/** ---main-begin--- **/
/* Responsive image */
figure.myImg img {
  display: block;
  margin: 20px auto; /* margin: top/bottom right/left; */
  max-width: 900px;
  height: 250px;
  border-radius: 10px;
}
/* For icons --> facebook,whatsapp,twitter etc */
#icon {
  margin-left: 230px;
  letter-spacing: 5px;
  font-weight: 900;
}
/* 2nd horizontal line */
div + hr {
  margin: 20px 30px 0px 20px;
}
/* content */
.content > p {
  margin: 15px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
}
/* Make long text readable */
.bold-par {
  font-size: 170px;
  font-weight: 540;
  text-indent: 0.9em;
  font-family: "Times New Roman", Times, serif;
}
p {
  text-indent: 25px;
}
/* paragraph */
.part {
  padding: 10px;
  background-color: #9fa6b2;
  border: 1px solid #c9ccd1;
}
/* --- Table styling --- */
table {
  width: 100%;
  border-collapse: collapse;
}

td {
  vertical-align: top; /* ensures content starts at top */
  padding: 0px 5px;
  text-align: justify;
}

/* --- Center image inside the middle table cell --- */
td img {
  width: 100%;   
  height: auto;        
  border-radius: 6px;
  display: block;       
  margin: 0 auto;       
  object-fit: cover;   
}


/* ---main-end--- */
/* footer-begin */
main + hr {
  margin: 20px 30px 0px 20px;
}
