body{

margin:0;
padding:0;

background:#F8F6F2;

font-family:Montserrat,sans-serif;

color:#40513B;

}

.container{

max-width:700px;

margin:50px auto;

padding:40px;

background:white;

border:1px solid #d9c29b;

border-radius:18px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

text-align:center;

}

.logo{

width:140px;

margin-bottom:20px;

}

h1{

font-family:'Cormorant Garamond',serif;

font-size:52px;

color:#C96B2C;

margin-bottom:5px;

}

h2{

font-family:'Cormorant Garamond';

font-size:28px;

margin-bottom:35px;

}

p{

line-height:1.8;

font-size:18px;

}

input{

width:100%;

padding:15px;

margin-top:20px;

font-size:16px;

border:1px solid #ddd;

border-radius:8px;

}

button{

margin-top:30px;

padding:18px;

width:100%;

background:#C96B2C;

color:white;

border:none;

border-radius:8px;

font-size:18px;

cursor:pointer;

transition:.3s;

}

button:hover{

background:#a75520;

}

#resultat{

margin-top:25px;

font-weight:bold;

}