body  {
  font-family: Arial, sans-serif;
background-image: url(tausta.jpg);
background-size: cover;
background-attachment: fixed;
background-position:center
}
.oikealla {
  float: right;
  margin-left: 20px;
  margin-bottom 20px;
}
.keskitetty {
  text-align: center;
}
@font-face {
  font-family: Leipis; 
  src: url("Quantico/Quantico-Regular.ttf");
}
@font-face {
  font-family: Leipis; 
  src: url("Quantico-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: Otsikkofontti; 
  src: url("Manufacturing_Consent/ManufacturingConsent-Regular.ttf");
}
h1,h2 {
  font-family: Otsikkofontti, sans-serif;
  font-weight: normal; /* LIHAVOINTI POIS */
}

h2 {
  font-size: 200%;
}
body {
  font-family: Leipis, serif;
  background-color: #3672d1;
  background-image: url("tausta.jpg");
}

h1 {
    color: #e30707;
    font-size: 300%;
}

img {
   border:4px solid #2d6996;
}

div {
    max-width: 800px;
    background-color: white;
    margin-left:auto;
    margin-right:auto;
    padding:20px;
}

.erityinen {
  color: #314ca3;
  background-color: #a62646;
}

/* Linkkien muotoilu: */

a:link {
  color: #1d59ad;
  text-decoration: none; /* ALLEVIIVAUS POIS */ 
}
a:visited {
  color: #1d2bad;
}
a:hover {
  text-decoration: underline; /* ALLEVIIVAUS JOO */
}
a:active {
  color: red;
}
