@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,702&family=Oleo+Script+Swash+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@702&display=swap');
html, 
body {
    height: 100%;
    background-color: hsl(30, 38%, 92%);
}
img{
    max-width: 100%;
    width:100%;
    height:100%;
}

.float-childleft {
    width: 50%;
    height: 100%;
    float: left;
} 
.float-childrigth{
    width: 50%;
    height: 100%;
    float: right;
    background-color: hsl(0, 0%, 100%) ;
} 

.text{
    height: auto;
    padding: 35px;
}
.titleInfo{
    letter-spacing: .22rem;
    color:hsl(228, 12%, 48%) ;
    font-family: "Montserrat",sans-serif; 
    font-weight: 100;
    font-size: 13px;
}
.title{
    color: hsl(212, 21%, 14%);
    font-family: "Montserrat",sans-serif; 
    font-weight: 700;
    font-size: 30px;
    margin-top: 10px;
    line-height: 30px;
}
.textparagraphe{
    font-size: 14px;
    color:hsl(228, 12%, 48%) ;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 20px;
}
.prices{
    display: flex;
}
.price{
    color: hsl(158, 36%, 37%) ;
    font-size: 30px;
    font-family: "Fraunces",sans-serif;
    font-weight: 700;
}
.falseprice{
    text-decoration: line-through;
    font-size: 14px;
    color:hsl(228, 12%, 48%) ;
    align-self: flex-start;
    margin-top: 10px;
    margin-left: 15px;
}
button{
    cursor: pointer;
    background-color:  hsl(158, 36%, 37%);
    border-color: hsl(158, 36%, 37%);
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    height: 45px;

   border-width: 2px;
   border-style: solid;
    
}
button:hover{
    transition-duration: 0.2s;
    background-color: hsl(158, 36%, 20%);
}
.material-symbols-outlined{
    
    color:hsl(0, 0%, 100%) ;
}

.textbutton{
    color:hsl(0, 0%, 100%) ;
    margin-block-start: 1em;
    margin-block-end: 1em;
    position: relative;
    top: -15%;
    padding-left: 10px;
    
}


.container{
    position: relative;
     top: 50%;
     transform: perspective(1px) translateY(-50%);
     height: 400px;
     width: 600px;
     margin: auto;
}