body {
  background-color: hotpink;
}

#header1 {
float: center;
width: 100%;
}

#header2 {
width: 100%;
height: 60px;
line-height:60px;
background:beige;
}
  

.sitename a {
  color: antiquewhite;
  text-transform:uppercase;
  letter-spacing:5px;
  background-color:black;
  height:20px;
  line-height:26px;
  font:44px 'doto';
  border-bottom:4px dotted antiquewhite;
  padding-bottom:4px;
  text-decoration: none;
}
.sitename a:hover {
  color:purple;
}

#navigation {
width:100%;
height:100%;
text-align:center;
justify-content: center;
align-content: center;
padding: 15px;
}

.navi a { 
display:inline-block;

background: #a65c7f; 
font:normal 10px 'silkscreen',arial;
line-height:15px;
text-transform:uppercase;
padding-top:1px; 
padding-left:5px;
padding-right:5px;
padding-bottom:2px;
margin-bottom:4px;
letter-spacing:1px;
color:#fff;
border-radius:5px;
border:1px solid #f6cbe0;
text-decoration: none;
}

.navi a:hover {
color:#A38985;
}

main {
  display: block;
  background-color: black;
margin: 50%;
}
.pic  {
  border: 12px solid black ;
 
}

#polaroid img {
 max-width: 400px;
  height: 150px;
}

p .a{
  background-color: aquamarine;
}


































