@import url("https://use.typekit.net/fji2fly.css");


body {
  font-family: arial, sans-serif;
  background-color: rgb(255, 180, 180);
  margin: 0;
}

.sivu {
  max-width: 750px;
  background-color: #ffecc2;
  padding-top: 2px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0px 20px rgb(255, 157, 157);
}

h1 {
  color:rgb(255, 180, 180);
  font-size: 40px;
  font-family: "p22-flw-midway-two", sans-serif;
  font-weight: 400 bold;
  font-style: normal;
  text-align: center;
}

h2 {
  color:rgb(255, 180, 180);
  font-size: 40px;
  font-family: "p22-flw-midway-two", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}



.tietoa-container {
   background: rgb(255, 180, 180);
}

.tietoa .tietoa-container {
  max-width: 800px;
    margin: auto;
    color: #000000;
}  

.tietoa h3 {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    font-family: "p22-flw-midway-two", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.linkit a {
  color: rgb(255, 255, 255);
  transform: scale(1.05);
  
}

.linkit a:hover {
  color: rgb(255, 180, 180);
  text-decoration: none;
}

.linkit a:visited {
  color: rgb(255, 180, 180);
}
