.margin-200-100 {
    margin-top: 200px;
    margin-bottom: 100px;
}

.presentation-container {
    content: "";
    background: linear-gradient(var(--background-fade-color), var(--background-fade-color-transparent) 90%);
    display: block;
    height: 100%;
    display: flex;
}

.presentation-container > h1 {
    margin: auto;
    color: var(--font-color-title);
}

.presentation {
    height: 60vh;
    background-image: url("../assets/resort4.jpg");
    background-size:cover;
    background-position: center bottom;
    position: relative;
}
