* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Fredoka", Arial, sans-serif;
  /* background-color: #f0f2f5; */
  background-color: #ffffff;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  height: 100%;
}
.hero {
  width: 100%;
  min-height: 200px;
  background-image: url("pictures/Hero_Banner4.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  padding: 1rem;
}

.hero h1 {
  font-size: 2.5rem;
  margin: 0;
  text-align: center;
}

.centered-image {
  margin: 30px 0;
  text-align: center;
}

.centered-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
h4 {
  margin-bottom: 5px;
  font-size: larger;
  text-decoration: underline;
}
p {
  margin-bottom: 10px;
}
.center-bottom {
  text-align: center;
  margin-top: 20px;
}

.images-and-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
img {
  margin-bottom: 5px;
}
.small-image {
  width: 50px;
  height: 50px;
}

.tulevaisuuden-taidot {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
  text-align: center;
}

.leftside {
  max-width: 800px;
  margin: 50px auto;
  padding: 0 20px;
  text-align: left;
}

.tulevaisuuden-taidot__container {
  margin: 0 auto;
}

.tulevaisuuden-taidot__text {
  color: #4b0082;
  margin-bottom: 20px;
}

.tulevaisuuden-taidot__text a {
  color: #4b0082;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.tulevaisuuden-taidot__text h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.tulevaisuuden-taidot__text p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.tulevaisuuden-taidot__image {
  text-align: center;
}

.tulevaisuuden-taidot__image img {
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto;
}

.tinterface img {
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.tinterface__image {
  text-align: center;
}
