@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: #bac2e8;
  background-image: url("toinentaivas.jpg");
}

h1 {
    color: #715496;
    font-size: 300%;
}

img {
   border:4px solid #42668a;
   max-width:100%;
}

div {
    max-width: 800px;
    background-color: white;
    margin-left:auto;
    margin-right:auto;
    padding:20px;
}

.erityinen {
  color: #483470;
  background-color: #7690b5;
}

/* Linkkien muotoilu: */

a:link {
  color: #504db3;
  text-decoration: none; /* ALLEVIIVAUS POIS */ 
}
a:visited {
  color: #504db3;
}
a:hover {
  text-decoration: underline; /* ALLEVIIVAUS JOO */
}
a:active {
  color: red;
}
