@font-face {
  font-family: alaska;
  src: url(TYPO/Alaska-Medium.otf);
}

body {
  margin: 30px;
  height: 100vh;
  overflow-y: hidden;
  font-family: alaska;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgb(251, 147, 255);
}

header {
  border-radius: 8px;
  /* border: 2px solid black; */
  margin-bottom: 20px;
  font-size: 20px;
  height: auto;
  width: 100%;
}

main {
  border-radius: 8px;
  /* border: 2px solid black; */
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
  line-height: 155px;
}
.mesure{
   font-size: 200px;
  color: white;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke: 10px rgb(251, 147, 255);
}


footer {
  border-radius: 12px;
  border: 2px solid rgb(251, 147, 255);
  margin-bottom: 50px;  
  font-size: 100px;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
    width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

footer .arrow{
  font-size: 0.9em;
}

footer .cm{
  font-size: 1em;

}