body {
  background-color: rgb(20, 20, 25);
  background: url(../images/dubaii.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  color: rgb(0, 0, 0)
}

p {
  color: rgb(0, 0, 25)
}

h4,
li {
  color: rgb(10, 10, 55)
}

a {
  color: rgb(153, 76, 0)
}

p,
h1,
h4,
ul,
li,
  {
  text-align: center;
  display: inline;
  position: absolute
}

.footer {
  text-align: center;
  position: relative;
  bottom: 0px;
  width: 100%;
  color: rgb(248, 248, 248)
}

.boxed {
  border: 5px #000;
  border: 5px solid;
  border-color: black #444 #888 #444;
  background-color: rgb(225, 225, 225);
  position: relative;
  margin: auto;
  width: 550px;
  text-align: center;
}

.bordered {
  border: 5px rgb(158, 153, 248);
  border-color: black #444 #888 #444;
  width: 333px;
  margin: auto;
  margin-bottom: 22px
}