@charset "utf-8";

/* html and body */

html {
  background: antiquewhite;
  height: 100%;
}

body {
  background-color: rgb(4, 238, 255);
  box-shadow: rgb(51, 51, 51) 20px 0px 40px, rgb(51, 51, 51) -20px 0px 40px,
    inset rgb(51, 21, 21) 0px 0px 40px;
  border-left: 3px solid rgb(51, 51, 51);
  border-right: 3px solid rgb(51, 51, 51);
  min-height: 100%;
  margin: 0px auto;
  min-width: 320px;
  max-width: 1024px;
  width: 100%;
  clear: both;
}

footer {
  color: rgb(249, 233, 233);
  background-color: #333;
  font-size: 0.9em;
  padding: 10px 0px;
  text-align: center;
  text-decoration: dashed;
  left: 0;
  bottom: 0;
  width: 100%;
}