@font-face {
   font-family: Lato;
   src: url(/font/Lato-Light.woff2) format('woff2'),
      url(/font/Lato-Light.woff) format('woff');
}
.title {
   font-size: 3rem !important;
}
html {
   color: #1e1753;
}
.centered {
   text-align: center;
}
.png-image {
   max-height: 200px;
}
hr {
   border: 1.5px solid #5c658a;
   padding: 0 !important;
   margin: 0;
}
body,
html {
   height: 100%;
   font-family: Lato, sans-serif;
   font-weight: 300;
}
.bg-image-sky {
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-image: url(../img/sky.png);
}
.streifi {
   position: absolute;
   top: 20%;
   height: 50%;
   max-height: 150px;
   width: auto;
   left: 50%;
   margin-right: -50%;
   transform: translate(-50%, 0);
}
.lyniat-logo {
   position: absolute;
   top: 50%;
   max-height: 160px;
   width: auto;
   left: 50%;
   margin-right: -50%;
   transform: translate(-50%, 0);
   padding-left: 50px;
   padding-right: 50px;
}
.end {
   background-color: #8a4dcf;
}
.end > div > p {
   color: #fff;
   text-align: center;
}
p.thick {
   font-weight: 700;
}
:root {
   overscroll-behavior: none;
}
