html, body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  height: 100%;
  min-height: 100vh;
}


.topnav {
  background-color: orange;
  width: 100%;
  margin: 20px auto;
  text-align: center;
}


.topnav a {
  display: inline-block;
  color: #4A4F52;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.autot img {
  width: 200px;
  height: auto;
  border-radius: 10px;
}


.topnav a:hover {
  background-color: orange;
  color: white;
}


.topnav a.active {
  background-color: orange;
  color: white;
}


h1 {
  color: #146fa8;
  text-decoration: overline;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 56px;
  text-align: center;
}


.logo {
  display: block;
  margin: 0 auto;
}


.autot {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin: -30px auto;
}

.autot img {
  width: 200px;
  height: auto;
}


h2 {
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: 20px;
  margin: 40px auto;
  color: #4A4F52;
  text-align: center;
  width: 400px;
  width: 90%;
}


h3 {
  color: #4A4F52;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: 20px;
  border: 2px solid orange;
  margin: auto;
  text-align: center;
  background-color: orange;
  width: 400px;
}

h4 {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h5 {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #4A4F52;
  width: 100%;
}


p {
  color: #4A4F52;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  text-align: center;
}


.kplt {
  margin: 40px auto;
  max-width: 900px;
  border-collapse: collapse;
  text-align: center;
}

.kplt td {
  width: 300px;
  border: 2px solid orange;
  padding: 20px;
}


.kpl1, .kpl2, .kpl3 {
  text-align: center;
}


body {
  background-image: url("taustakuva.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: rgb(173, 198, 208);
  min-height: 100vh;
}
ul {
  list-style-position: inside;
  text-align: center;
  padding: 0;
  max-width: 400px;
  margin: 20px auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.cta {
  background-color: #146fa8;
  color: white !important;
  border-radius: 6px;
  font-weight: bold;
}

.cta:hover {
  background-color: #0f5a87;
}