body {
font-family: 'yekan', sans-serif;
  margin: 0;
  background: linear-gradient(to right, #42275a,#734b6d);
}

* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'yekan';
  src: url('font/iran.eot'); /* IE9 Compat Modes */
  src: url('font/iran.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/iran.woff2') format('woff2'), /* Super Modern Browsers */
         url('font/iran.woff') format('woff'), /* Pretty Modern Browsers */
         url('font/iran.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
a{
text-decoration: none;			
}
h1{
  color: #a8e063;
  text-decoration:none;
  font-size: 1rem;

}
h2{
  text-align: center;
  font-size: 1.0rem;
  color: #969696;
  text-shadow: 0 13.36px 14.896px #42275a;
  margin-top: 20%;
  margin-bottom: 1%;
  text-decoration:none;
  align-items: center;
  justify-content: center;
}
h2:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.column {
  float: left;
  width: 50%;
}

.cursor {
  cursor: pointer;
}


.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Tablet Layout */
@media (min-width: 768px) {
    img {
height: 400px ;
    }}

/* Desktop Layout */
@media (min-width: 960px) {
 img {
height: 600px ;
    }}
/* Desktop Layout */
@media (min-width: 1200px) {
 img {
height: 800px ;
    }}