@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

*,
:after,
:before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  background-color: #202020;
}

.pohja {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  max-width: 100%;
  min-height: 100vh;
  height: auto;
  letter-spacing: 0.1em;
}

h1 {
  color: #00d4ff;
}

h2 {
  color: #00d4ff;
}

hr {
  border-style: none;
  border-top-style: dotted;
  border-color: #00d4ff;
  border-width: 5px;
  width: 100px;
}

.profiilikuva {
  width: 150px;
  height: 150px;
  display: block;
  margin: 35px auto;
  border-radius: 100%;
}

.linkit {
  display: block;
  max-width: 550px;
  margin: 0 auto 15px;
  margin-bottom: 5px;
  padding: 15px 20px;
  font-size: 0.95rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #000;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 900;
}

.linkit .linkit:hover {
  background-color: #79e6fc;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.linkit .linkit1 {
  border-bottom: 3px solid #79e6fc;
  box-shadow: inset 0 -4px 0 #00d4ff;
  border: 2px solid #79e6fc;
  background-color: #00d4ff;
}

.somet {
    margin-top: 24px
}

.somet .somet_kuvake {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
    color: inherit;
    text-decoration: underline;
    transition: transform 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    z-index: 0;
}

.somet_kuvake:hover {
  transform: scale(1.25) rotate(1turn);
  transition: transform 1.5s;
}
.somet svg {
    fill: #00d4ff;
    width: 32px;
    height: 32px;
    isplay: block;
    vertical-align: middle;
}

.alapalkki {
  display: flex;
  height: 20px;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.alapalkki svg {
  height: 100%;
}