#title {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
  background-color: #A9A0AB;
  background-image:  url("https://images.unsplash.com/photo-1597098614057-cf64e8d14456?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1026&q=80");
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: right;
  overflow: auto;
	height: 100px;
  padding-top: 20px;
  text-align: center;
  font-family: "Arial", sans-serif;
}

#content {
  position: relative; 
	top: 150px;
}

.main {
  padding: 15px;
  background-color:  #A9A0AB;
  margin: 5vh 10vw;
 	color: black;
  height: 280px;
  overflow: auto;
  font-family: "Arial", sans-serif;
}

.image {
  float: left;
  margin: 5px;
  padding: 20px;
  max-width: 150px;
  min-width: 150px;
  max-height: 250px;
  min-height: 200px;
  border: 9px double black;
}

.text {
  font-size: 20px;
}

body {
  background-image: url
    "https://images.unsplash.com/photo-1453791052107-5c843da62d97?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80"; 
  background-size: cover;
}

.link{
  color: #1B2C69;
  font-weight: bold;
}

#footer {
  font-weight: bold;
  padding: 4px;
  font-family: "Arial", sans-serif;
  font-size: 150%;
  background-color: #A9A0AB;
  width: 100%;
}

h1, h2, h3 {
 color: #00CDFF; 
  text-shadow: 3px 3px 6px #000000;
}

html {
  background: url("https://images.unsplash.com/photo-1453791052107-5c843da62d97?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150%;
}