@import url(https://fonts.bunny.net/css?family=rethink-sans:400,500,600,700,800);

body {
    font-family: 'Rethink Sans', sans-serif;
}

col-row {
    background-image: url(/fortum_vinngavekort_no/bg.jpg);
    background-size: cover;
}

#middle-content {
    color: black;
    padding: 2rem;
    backdrop-filter: blur(3px);
    background-color: #def0fc;
    border-radius: 1rem;
}

.button-27 {
    appearance: none;
    background-color: #ff7015;
    border-radius: 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-top: 2rem;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
}

.button-27:disabled {
    pointer-events: none;
}

.button-27:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.button-27:active {
    box-shadow: none;
    transform: translateY(0);
}
