@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
    background-attachment: fixed;
    margin: 0;
      height: 100svh;
      
      padding-top:0;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      padding-bottom:50px;

}

h1 {
  font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    color: #174EA6;
    font-size: 3rem;
    line-height: 3rem;
    text-align: center ;
    
  }
  
h3 {
  font-size:1.3rem;
  color: #174EA6;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

h4 {
  font-size: 2rem;
  color: #174EA6;
  font-weight: bold;
  margin-bottom:20px;
}

.background {
  background: rgb(152,161,182);
  background: radial-gradient(circle, rgba(152,161,182,1) 16%, rgba(93,99,115,1) 100%);
    //background-image: url('/images/besafelogo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


    p {
      text-align:center;
    }

  
    .aligner {
      width:100vw;
      height: 100svh;
      display: flex;
      align-items: center;
      justify-content: center;      
      //background: linear-gradient(335deg, rgba(8, 8, 39, 0.8) 0%, rgba(5, 5, 34, 0.7) 25%,rgba(15,15,35,0.55) 50%, rgba(7, 7, 43, 0.8) 90%, rgba(5, 5, 37, 0.8) 100%);
    }
    
    .wrapper{
      width: 420px; max-width:90vw;
      padding: 20px;
      border-radius: 12px;
      border:6px solid white;
      background-color: rgba(250, 250, 255, 1);
      
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left center;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
      
      
    
    }
    
    .slideUp {
      opacity: 0;
      animation: fadeInAnimation ease 1s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
    }
  
    #footer {
      position: fixed;
      bottom:0px;
      height:70px;
      width:100vw;
      background-color: rgba(255,255,255,0.7);
    }
    
    label {
      margin-bottom:4px;
    }
    
    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
            transform: translateY(40px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
         }
    }

    .logo {

      width: 60px;
      height: 60px;
      background-image: url('/images/besafelogo.jpg');
      background-size: cover;
      background-position: center;
      border-radius: 50%;
      margin: 0 auto;
      margin-bottom: 20px;
    }

    label {
      font-weight:bold;
    }

    .tekst {
      white-space: pre-line;
      margin-bottom: 20px;
      max-width:100%;
    }