:root {
    --step--2: clamp(0.6944rem, 0.5613rem + 0.6656vw, 1.36rem);
    --step--1: clamp(0.8333rem, 0.66rem + 0.8667vw, 1.7rem);
    --step-0: clamp(1rem, 0.775rem + 1.125vw, 2.125rem);
    --step-1: clamp(1.2rem, 0.9088rem + 1.4563vw, 2.6563rem);
    --step-2: clamp(1.44rem, 1.0639rem + 1.8803vw, 3.3203rem);
    --step-3: clamp(1.728rem, 1.2435rem + 2.4224vw, 4.1504rem);
    --step-4: clamp(2.0736rem, 1.4507rem + 3.1144vw, 5.188rem);
    --step-5: clamp(2.4883rem, 1.689rem + 3.9967vw, 6.485rem);
  }
html{
    scroll-behavior: smooth;
}
body{
    background-color: #f0f0f0;
    color: #0b0b0b;
    font-family: "ivypresto-display", serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}
p{
    font-size: var(--step-0);
    font-weight: 300;
    font-style: normal;
    border-bottom: 2px dotted black;
}
span{
    font-weight: 200;
    font-style: italic;
    margin-right: 1em;
}
p, span{
    width: fit-content;
    display: inline;
}
.combinaisons div{
    margin-bottom: 2em;
    display: flex;

}
.input{
    position: fixed;
    bottom: 10px;
}
label{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    background-color: rgba(216, 216, 216, 0.482);
    padding: 15px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}
.input input{
    border: 1px solid grey;
    border-radius: 20px;
    height: 25px;
    margin-top: 5px;
    padding-left: 20px;
}
input::placeholder{
    font-family: 'ivypresto-display', serif;
}
input:focus{
 outline-color: rgb(66, 156, 61);
}
[id]{
    scroll-margin-top: 25px;
}
.combinaisons div:last-of-type{
    margin-bottom: 100px;
}
