
h1 {
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
ul {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0;
  padding: 0px;
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.7);
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
a {
  width: 80px;
  padding: 12px;
  text-align: center;
  display: inline-block;
  color: black;
  text-decoration: none;
  transition: font-weight 70ms;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a:hover {
  font-weight: bold;
}
#main {
  box-sizing: border-box;
  padding: 0 10px;
  color: white;
  margin: auto;
  text-align: center;
  width: 100%;
  font-size: xx-large;
  text-shadow: 0px 7px 20px rgba(0, 0, 0, 0.6);
}
body {
  margin: 0;
  padding: 0;
  padding-top: 80px;
  background-color: white;
}

body#indexbg {
  background-image: url('images/seaview.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
}
body#cvbg {
  background-color: rgb(245, 245, 245);
}

.list {
  margin: auto;
  width: 600px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .list {
    padding: 0 20px;
    width: 100%;
  }
}
.card {
  margin: auto;
  margin-top: 28px;
  color: white;
  background: white;
  padding: 10px 24px;
  border-radius: 28px;
}
.cardTitle {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: larger;
  color: black;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.cardSubtitle {
  margin-top: 0;
  margin-bottom: 1.5em;
  width: 100%;
  font-size:medium;
  color: black;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.cardParagraph {
  width: 100%;
  color: black;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#koulu {
  background-color: rgb(180, 242, 209);
}
#ikea {
  background-color: rgb(159, 181, 255);
}