@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Signika:300');
@import url('https://fonts.googleapis.com/css?family=Roboto:300');


body {  
 margin: 0;  
 padding: 0;  
}  



h1 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 30px;
  margin: 0;  
  padding: 0;
}

h2 {
  font-family: Ubuntu;
  font-weight: bold;
}


mark {
  background-color: #ffff66;
  f-ont-weight: bold;
  font-style: normal;
}



a:link {text-decoration:none; font-weight: bold; color: #3292d2}
a:visited {text-decoration:none; color: #3292d2}
a:hover {text-decoration:none; color: #484848}
a:active {text-decoration:none; color: #3292d2}



.content {
  min-width: 350px;
  max-width: 1000px;
  padding: 20px; 
  font-family: Roboto;
  font-weight: -;
  font-size: 1.1em;
  line-height: 1.75;
  background: #ffffff;
  box-shadow: -;
}


.code {
  color: #ff8080;
  background: #262626;
  ba-ckground: #bfff80;
  box-shadow: -;
  font-family: Courier, Courier New;
  fo-nt-weight: bold;
}



.article-application {
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 20px;
  background: #e6e6e6;
  text-align: center;
}