  *{
      font-family: Futura, sans-serif;
  }
  body {
      overflow-x: hidden;
  }

.navbar{
    z-index: 1050;
    background-color: #F16996;
}

ul{
    list-style: none;
}
ul li{
    display: inline-block;
    position: relative;
}

ul li a{
    display: block;
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}

.container1{
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 50%;
    position: relative;
    background-image: linear-gradient(to bottom, #F16996, #C53644);
    left: 0;
    right: 0;
    padding: 60px;
    margin-top: 0;
}

.overskrift{
    display: flex;
    text-align: center;
justify-content: center;
    transform: rotate(-3deg);
    font-size: 5rem;
    color: white;
}

.bølger{
    align-items: center;
   max-height:50px;
    width:100%;
    object-fit: fill;
    margin: auto;
}

 .plans{
     text-align: left;
 }
 ol{
     list-style: none;
 }
 ol li{
     position: relative;
     margin: 10px;
}
ol li::before{
    content: '\2713';
    position: absolute;
    left: -20px;
    top:0;
    color: black;
}

.line-break{
    border-top: 1px solid black;
    margin: 20px 0;
}

.card-body1{
    background-color: #C3F866;
    border-radius: 10px;
    padding: 20px;
    box-shadow: #40C632 5px 5px 5px;
}
.card-body2{
    background: #FFA500;
    border-radius: 10px;
    padding: 20px;
    box-shadow: #D38A06 5px 5px 5px;
}
.card-body3{
    background: #F16996;
    border-radius: 10px;
    padding: 20px;
    box-shadow: #F02C6D 5px 5px 5px;
}


img{
    align-self: center;
}

  .button{
          border: none;
          outline: none;
          padding: 10px 15px 10px 15px; ;
    border-radius: 100px;
          background-image: linear-gradient(to bottom,#61DEDC, #1392BC);
          color: white;
    margin: 10px;
text-decoration: none;
      }

.button:hover{
    transform: scale(1.05);
    background-image: linear-gradient(to bottom,#61DEDC, #1392BC);
}
.button:active{
    background: white;
    color: #1392BC;

}


.space{
    padding: 30px;
}


  .container2{
      text-align: center;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      height: 35%;
      position: relative;
      background-image: linear-gradient(to bottom, #FFA500, #F16996);
      left: 0;
      right: 0;
      padding-top: 50px;
  }


