html {
  background: url("photos/homebackground2.jpg");
  background-size: cover;
  display: block; 
}

a {
  color: white;
    padding: 5px 5px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: white;
  font: 24px VT323;
  text-align: center;
  text-shadow: -2px 2px 8px #983;
  border: 1px dashed white;
  padding: 5px;
  border-radius: 20px;
}

h2 {
  color: white;
  font: 18px VT323;
  text-align: center;
}

#places {
  display: flex;
  flex-direction: row;
  margin: auto;
}

.main-container {
  text-align: center;
  margin: 12px 120px 12px 120px;
}

.tosee{
  display: inline-block;
  margin: 36px 120px 36px 120px;
}

.title {
margin: 36px 360px 36px 360px;
  height: 144px;
  transform: -100px;
  text-align: center;
  width: 432px;
}

.wrapper {
  border: 40 solid black;
  margin: 36px 120px 36px 120px;
}

img {
height: 80px;
width: 80px;
position: relative;
}