html{
    background-color:black;
    scroll-behavior: smooth;
}
 body {
    font-size:30px;
    font-family: "ltr-beosans-hard-r22-bold", sans-serif;
    color : white;
}
.beo {
    font-family: "ltr-beosans-hard-r22-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
}
div{
    margin: 15px;
    background-color : white;
    color :black;
    border-radius: 40px;
    scroll-margin-top: 25px;
   }

h1{
    color:white;
    font-size: 10rem;
    text-align: right;
    margin-right: 8rem;
    padding: 10px;
}

h2{ 
    text-indent: 1em;
    color:black;
    text-align: left;
}

h3{ 
    font-size: 3rem;
    text-indent: 1em;
    color:white;
    text-align: left;
}
p {
    padding: 5px;
    margin: 15px;
}

p a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: black;
}

img {
    border-radius: 25px;
    width: 100%;
    height: 45%;
    object-fit: cover;
    flex: 1;
    filter: grayscale(1);
    mix-blend-mode: multiply;
    transition: all .5s;
}

.manav {
    position: sticky;
    top: 0;
    font-weight: bold;
    z-index: 5;
    font-size:25px;
    mix-blend-mode: exclusion;
}
.manav a{
    text-decoration: none;
    color: white;
    /* margin-top: 20px; */
    padding-left: 5px;
}

section {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 40px;
}

section .image,
section .texte {
    background: white;
}
