@charset "utf-8";
/* CSS Document */
body
{background-image:url(images/back.jpg);
	background-repeat: no-repeat;
	background-size:cover;}
h1{color: aqua; text-align: center;}
h2{padding-left: 50px ; color: gold;}
 /* unvisited link */
a:link { 
  color: gold;
	font-size: 30px;
}

/* visited link */
a:visited {
  color: forestgreen;
	font-size: 30px;
}

/* mouse over link */
a:hover {
  color: greenyellow;
	font-size: 32px;
}

/* selected link */
a:active { 
  color: blue;
	font-size: 30px;
} 
.image {
    border-radius: 0.25em;
    border: 0;
    display: inline-block;
    position: relative;

    width: 40vw;
    height: 30vh;

    overflow:hidden;
}
.image img {
    
	border-radius: 8px;
    

}
.image-container {

  text-align: center;
	display: inline-block;
    position: relative;
  

}
.center {
  margin: auto;
  width: 60%;
  border: 1px solid #70775F;
  padding:2px;
  color: #a3a691;
}
