@font-face {
  font-family: Yekan;
  src: url('font/Yekan.eot');
  src: url('font/Yekan.eot?#iefix') format('Yekan-opentype'),
       url('font/Yekan.woff') format('woff'),
       url('font/Yekan.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body{
    background-color: #002d5c;
    color: white;
    text-align: center;
    font-family: Yekan;
}
img {
    width: 25em;
}
a{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}