.boeknu {
    background-image: url(../img/boeknu_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px auto;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0; */
    /* color: #fff;
    font-size: 40px;
    line-height: 40px; */
    text-indent: 0 !important;
}

.boeknu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 360px;
    width: 360px;
    border-radius: 50%;
    background-color: #524976;
    /* border: 2px solid red; */
    /* position: absolute; */
    color: #fff;
    margin: 0 auto;
    font-size: 26px;
    line-height: 30px;
    -webkit-box-shadow: 11px 12px 60px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 11px 12px 60px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 11px 12px 60px 0px rgba(0, 0, 0, 0.75);
}

.intro .text-uppercase {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), 1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.boeknu>a {
    /* background: green;
    height: 100px;
    width: 100px;
    position: relative; */
}

.boeknu-btn>span {
    font-size: 146px;
    line-height: 130px;
    font-weight: 600;
}