* {
  margin: 0;
  padding: 0;

  font-family: Georgia, Palatino, serif;
}

body {
    background-image: url(city.png);
    background-position: inherit;
    background-size: cover;

}

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #f30;
}

a:hover {
  color: #f90;
}

#main {
  top: 40px;
  margin-right: auto;
  margin-left: auto;

  width: 500px;
  padding: 20px;
  background-color: rgba(1,1,1,0.2);

  color: rgb(178, 178, 178);
}

#main h1 {
  font-size: 40px;
  font-weight: normal;

  line-height: 40px;

  letter-spacing: -1px;
}

#main p {
  margin: 20px 0;

  font-size: 15px;

  line-height: 20px;
}

#main ul, #main ol {
  margin: 20px;
}

#main li {
  font-size: 15px;

  line-height: 20px;
}

#main ul li {
  list-style-type: square;
}

#sidebar {
  position: absolute;

  top: 40px;
  left: 20px;
  width: 200px;

  padding: 20px 20px 0 0;

  border-right: 1px solid #ccc;

  text-align: right;
}

#sidebar h2 {
  text-transform: uppercase;

  font-size: 13px;

  color: #333;

  letter-spacing: 1px;

  line-height: 20px;
}

#sidebar ul {
  list-style-type: none;

  margin: 20px 0;
}

#sidebar li {
  font-size: 14px;

  line-height: 20px;
}
.profile {
  display: inline;
  width: 60px;
  height: 60px;
  top: 25px;
  position: relative;
  border-style: solid;
  border-width: medium;
  border-color: orange; 
}


