.body {
    font-size: 16px;
    font-family: 'Verdana';
}

h {
    font-weight: bold;
    color: black;
    font-size: 34px;
    text-align: center;
    font-family: 'Verdana';
}

ul {
  font-family: 'Verdana';
  font-size: 16px;
  list-style: none;
  padding-left: 0;
}

.alaotsikko {
  font-weight: bold;
  color: black;
  font-size: 24px;
  font-family: 'Verdana';
}

p {
    font-family: 'Verdana';
    font-size: 16px;
}

.otsikko {
    padding-top: 10px;
}

.center {
    display: block;
    margin: auto;
    text-align: center;
}

.responsive {
    max-width: 100%;
    height: auto;
  }

.logo {
    width: 200px;
    margin: 30px;
}  

.testi {
    width: 400px;
}

div {
    margin-bottom: 15px;
}

.logo2 {
    width: 40px;
    margin-bottom: 5px;
}

.pikkuteksti {
    font-size: 16px;
    font-family: 'Verdana';
}

footer {
  font-size: 16px;
  font-family: 'Verdana';
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}


 /* unvisited link*/
/* a:link {
    color:#54B6CF;
  } */
  
  /* visited link */
  /* a:visited {
    color: #54B6CF;
  } */
  
  /* mouse over link */
   /* a:hover {
    color: #fff;
  }  */
  

  .page {
    position: relative;
    min-height: 100vh;
  }

  .content {
    padding-bottom: 2.5rem;
  }

  .tuure {
  max-width: 600px;
  }
  /* Responsiivisuus */
@media screen and (max-width: 1080px) {
    .container {
      width: 100%;
      text-align: center;
    }
    #buttons {
        width: 100%;
        text-align: center;
        font-size: 10px;
      }
      
      .logo {
          width: 120px;
      }
      .responsive {
          max-width: 70%;
      }
      .buttonstyle {
        min-width: 80%;
        height: 40px;
        color: #fff;
        padding: 5px 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        outline: none;
        border-radius: 5px;
        z-index: 0;
        background: #fff;
        overflow: hidden;
        border: 2px solid #3C2B7C;
        color: #3C2B7C;
      }
    #button1 {
        font-size: 24px;
    }
    #button2 {
        font-size: 24px;
    }
    #button3 {
        font-size: 24px;
    }
    .pikkuteksti {
        font-size: 14px;
    }

    ul {
        font-size: 16px;
    }
    .footer {
        font-size: 14px;
    }
    h {
      font-size: 28px;
    }
  }


  .buttonstyle {
    width: 460px;
    height: 80px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    z-index: 0;
    background: #fff;
    overflow: hidden;
    border: 2px solid #3C2B7C;
    color: #3C2B7C;
    margin-bottom: 100px;
  }
  .buttonstyle:hover {
    color: #fff;
  }
  .buttonstyle:hover:after {
    width: 100%;
  }
  .buttonstyle:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #3C2B7C;
  }

  .laatikko {
    text-align: center;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 32px;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #3C2B7C;
    color: black;
  }

  .linkkilista {
    font-size: 20px;
    font-family: 'Verdana';
    color: black !important;
    list-style: none;
    text-align: center;

  }

  .otsikko {
    font-size: 24px;
    font-weight: bold;
    color: black;
    text-align: center;

  }

  #loginbutton {
    margin-top: 50px;
  }
