@font-face {
  font-family: 'shh';
  src: url('fonts/hnow.ttf') format('truetype');
}
body{
  text-align: center;
  font-family: 'shh', sans-serif;
  background-color:#14131e;
  margin:40px auto;
  max-width:650px;
  line-height:1.6;
  font-size:20px;
  color:#949BB9;
  padding:0 10px;
  accent-color:#3f9173;
  border: 2px solid #4394c3;
  border-radius: 5px;
}
h1,h2,h3{
  line-height:1.2;
}
bold,strong{
  color:#C8D5F1;
}

a:hover, a:visited, a:link, a:active{
    text-decoration: none;
}

a{
  color:#3f9173;
}
a:visited{
  color:#3f7e91;
}
