  
@font-face {
font-family: "dogica";
src: url("/dogica.otf");
}

body {
  color:#000;
  background-color:#fff;
  font-family:'ms gothic';
  font-size:1em;
  }

a {
  text-decoration:none;
  color:	#a8ccc9;
  }
a:hover {
  font-style:italic;
  cursor: help;
  }
img {
  width:100%;
}
#main {
  width:40%;
  height:auto;
  border:1px solid;
  position:fixed;
  top:10em;left:15em;
  display:flex;
  }
#clock {
  font-size:15px;
  text-transform:lowercase;
  position:fixed;
  right:2%;
  bottom:1%;
  }