* {
  box-sizing: border-box;
}

.basic {
  color: #4682b4;

}

.container {
  white-space: nowrap;
  }

.home {
  background: #ff7f50;
  border: inset 7px #ff7f50;
  border-radius: 1px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
 }

.home:hover {
  opacity: 0.8;
}

header a {
  text-decoration: none;
}

.image {
  background-color: #87cefa;
  display: inline-block;
}

.image img {
  width: 500px;
  height: auto;
  opacity: 0.65;
}

.image2 img {
  position: absolute;
  left: 515px;
  top: 510px;
  width: 700px;
  height: auto;
  opacity: 0.3;
}

.image3 img {
  position: absolute;
  top: 400px;
  width: 500px;
  height: auto;
  opacity: 0.13;
}

.image4 img {
  position: absolute;
  left: 515px;
  top: 104px;
  width: 400px;
  height: auto;
  opacity: 0.13;
}

.images {
  pointer-events: none;
}

.weeknesses {
  opacity: 0.7;
  color: #4682b4;
  letter-spacing: 5px;
  text-decoration:line-through double;
  display: inline-block;
}

footer h3  {
  border: #ff7f50 7px outset;
  background: #ff7f50;
  border-radius: 1px;
  display: inline-block;
  transition: 0.4s;
}

i {
  font-size: 130%;
}


footer h3:hover {
  opacity: 0.8;
}

body {
  background-attachment: fixed;
  background-size: 900px;
  background-image: url("https://pbs.twimg.com/media/E1_a11LVcAEeaqN?format=jpg&name=900x900");
}
