html


   * {
        margin: 0;
        font-family: "raleway", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    body {
        background-color: #f5f5f5;
    }
    .text-box
    {
        text-align: center;
        font-size: 50px;
        margin-top: 20px;
        margin-bottom: 40px;


        font-family: "raleway", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .underskrift
    {
        text-align: center;
        padding-left: 20%;
        padding-right: 20%;
        font-size:18px;
        line-height: 25px;
    }


    .kasse-wrapper 
    {
        display: grid;
        grid-template-columns: repeat(3, minmax(150px, 350px));
        justify-content: center;
        margin-top: 20px;
        text-align: center;
        background-image: url(../img/form-texture-1x.png);
    }
    
    .kasse 
    {
        box-sizing: content-box;
        border-radius: 10px;
        grid-template-columns: max-content;
        padding-left: 5%;
        padding-right: 5%;
        justify-self:center;
        margin: 20px 20px 40px 20px;
        box-shadow:1px 1px 10px 1px lightgrey;
        background-color: #fff;
        /* perspective: 1000px; */
        height: 500px;
    }

    .kasse h3 {
        margin-top: 25px;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .kasse h4 {
        margin-top: 15px;
        font-size: 20px;
    }


    .img-kasse {
    width: 300px;
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 40px;
    }

    .kasse img {
        height: 210px;
    }

    .btn {
        margin: 20px 50px 0px 50px;
    padding: 5px;

  background-color: #413f45;
  box-shadow: 1px 1px 5px lightgray;
  border-radius: 20px;

}

.btn:hover{
    cursor: pointer;
}

.knaptext {
    color: #fff;
}

.background-img{
    width: 50px;
    height: 50px;
    background-image: url(../img/form-texture-1x.png);
}
