html,
body {
  margin: 0;
}

body {
  background-color: #008080;
}

h5 {
  font-size: 14px;
}

h4,
h5 {
  margin-bottom: 0;
}

img {
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.page-containter {
  margin: 0 auto 0;
  max-width: 1006px;
  position: relative;
}