/* CSS Document */
body{
  background-color:white;
}
#all-page{
  /*background-color:yellow;*/
  width: 1200px;
  margin: 0px auto;
  position: relative;
  top: 80px;
  /*z-index: -1; */
  margin-bottom: 200px;
}
#contact{
  width: 500px; 
  /*background-color:yellow;*/
  float: right;
  line-height: 200%;
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  margin-left:30px;  
}
#contact img{
  width: 10%;
  position: relative;
  right: 60px;
  top: 50px;
}
.topcon{
  color: blue;
  font-weight: bold;
  margin-top: -20px;
}    
.mail{
  color: #0000CD;
}
.mail:hover{
  background: #00bfff;  
}
.instagram{
  width: 340px; 
  height:145px;
  background: url("../images/ig2.jpg");
  display: inline-block;
  margin-left: -60px;
  margin-top: 20px;
}
.instagram:hover{
        background: url("../images/ig2.jpg");
}
