body {
  background-color: #1F1F1F;
  font-family: Tahoma;
  border-collapse: collapse;
}

div.section {
  text-align: center;
  background: #fff;
  margin: -1em 0 0 -0.5em;
  border: 1px solid #000;
  position:absolute;
  height: 350px;
  width: 660px;
  top:50%;
  left:50%;
  margin: -175px 0 0 -330px;
}

.header {
  background-color: maroon;
}

.about {
  font-weight: bold;
}

.contact_details {
  font-size: 25px;
}

#webmail {
  position: fixed;
  top: -2px;
  right: 128px;
}
