
body {
    margin: 0;
    background-color: #83B8E6;
    grid-template-rows: 100vh 100vh;
}

.first-page {
    display: grid;
    grid-template-columns: 50vw 50vw;
}

.info {
    display: grid;
    grid-template-areas: text-area;
}

.text {
    padding: 8%
}

h1 {
    font-family: "EB Garamond", serif;
    font-size: 4vw;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-align: start;
}

.text p {
    font-family: "EB Garamond", serif;
    font-size: 1.4vw;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    color: #FFFFFF;
}

.ocean {
    margin-right: 0;
    margin-left: auto;
    height: 100vh;
    width: 50vw;
}

.illustration {
    width: auto;
    grid-area: text-area;
    width: 65%;
    height: 100vh;
    position: absolute;
    grid-row-start: 1;
    grid-row-end: 1;
    z-index: -1;

}

.recensioner-title {
    padding: 0 0 0 4%;
    color: #1A5182;
}

.second-page {
    display: grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto, 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #D6EFFF;
    padding-bottom: 0%;
}

.recensioner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0 4% 0 4%;
    gap: 2vh;
}

.second-page p {
    font-family: "EB Garamond", serif;
    font-size: 21px;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    color: #FFF;
    background-color: #82B7E5;
    padding: 1.5vh 1.5vw 1.5vh 1.5vw;
}

.quotation-mark {
    font-family: "EB Garamond", serif;
    font-size: 128px;
    font-weight: 400;
    font-style: normal;
    color: #F0A800;
    line-height: 100%;
    letter-spacing: 0;
    height: fit-content;
}

.recensioner-image {
    margin-bottom: 0;
    margin-top: auto;
    width: 80%;
}

.recension {
    padding-left: 80px;
}