body {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
}

#book {
    background: #ddc64b;
    padding: 80px 0 50px 0;
    position: relative;
    overflow: hidden;
}

.logo-top {
    position: absolute;
    top: 20px;
    left: 20%;
    width: 40px;
}

.book-inner {
    width: 60%;
    margin: auto;
}

.book-text {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 35vw;
}

.book-inner .book-img {
    float: right;
    width: 22vw;
}

.book-inner .zajrzyj {
    margin-left: 20%;
    margin-top: 15%;
}

#blurbs {
    background-image: url(../img/wazon.png);
    background-repeat: no-repeat;
    background-color: #ebebeb;
    background-position: bottom;
    padding: 50px 0 50px 0;
    background-size: cover;
}

.blurbs-inner {
    width: 55%;
    margin: auto;
    padding-left: 25%;
    text-align: center;
}

.blurb-single a {
    font-size: 24px;
    color: #c3a746;
}

.blurb-single a:hover {
    text-decoration: none;
}

.blurb-single:not(:first-child) {
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #c3a746;
}

.blurb-single {
    margin-bottom: 25px;
    padding-top: 20px;
    font-weight: 700;
}

.kup-img {
    margin-top: 35px;
}

#insta {
    background-image: url(../img/leafs.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 50px 0 50px 0;
    color: #cac5b5;
    overflow: auto;
}

.insta-inner {
    width: 60%;
    margin: auto;
    font-weight: 700;
}

.insta-inner-text {
    float: left;
    margin-top: 10%;
}

#instafeed {
    float: right;
    width: 60%;
}

#instafeed img {
    width: 100%;
}

footer {
    background-color: #ddc64b;
    text-align: center;
    padding: 30px 0 30px 0;
}

footer img {
    width: 40px;
}