div.construction {
 border: medium double;
 width: 300px;
 height: auto;
 text-align: center;
 position: relative;
 left: 35%
 }

div.construction img {
  margin: 5px;
  width: 95%;
  height: 95%
 }

div.construction p {
  text-align: center;
  width: 95%;
  margin: 5px;
  font-weight: bold;
  font-size: large;
  font-variant: small-caps;
  text-decoration: blink
}

