body{
    background-color: #353535;
    color: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img{
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0.6;
    z-index: -1;
    height: 100vh;
    width: 100vw;
}
.img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.container{
    background-color: rgb(254, 254, 254,0.1);
    backdrop-filter: blur(9px);
    padding: 3rem;
}

h1{
    text-align: center;
    font-size: clamp(2.5rem, 1.3854rem + 5.0955vw, 7.5rem);
    font-family: "yink", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.numero {
    display: flex;
    flex-wrap:wrap ;
    font-size: clamp(1.25rem, 0.9713rem + 1.2739vw, 2.5rem);
    font-family: "yink", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.phrase {
    display: flex;
    flex-wrap:wrap ;
    font-size: clamp(1.05rem, 1.041rem + 0.9554vw, 2.1875rem);
    width: 80%;
    margin-bottom: 5rem;
    padding-bottom:3rem ;
    border-image: linear-gradient(to bottom, #353535, #fefefe) 1;
    border-bottom: 1px solid #fefefe;
    font-family: "mundial", sans-serif;
    font-weight: 400;
    font-style: normal;
}


