*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    background:#F7EFE8;
    font-family:'Inter',sans-serif;
    color:#2b2b2b;

    min-height:100vh;

    display:flex;
    justify-content:center;
    align-items:center;

    text-align:center;
}

.container{

    width:min(700px,90%);
}

.logo{

    width:190px;
    margin-bottom:40px;
}

h1{

    font-family:'Cormorant Garamond',serif;
    font-size:3.2rem;
    font-weight:600;
    color:#7E2E2A;

    margin-bottom:10px;
}

h2{

    font-family:'Cormorant Garamond',serif;
    font-size:2rem;
    font-weight:400;

    margin-bottom:25px;
}

p{

    max-width:520px;

    margin:auto;

    font-size:1.05rem;

    line-height:1.8;

    color:#555;
}

.divider{

    width:120px;
    height:1px;

    background:#CBB8AC;

    margin:50px auto 25px;
}

.coming{

    letter-spacing:6px;

    color:#7E2E2A;

    font-size:.95rem;

    text-transform:uppercase;
}