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

body{
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#ffffff;
    font-family:'Cormorant Garamond', serif;
    color:#3b2418;
}

.container{
    text-align:center;
    padding:20px;
}

.logo{
    width:350px;
    max-width:80%;
    margin-bottom:20px;
}

h1{
    font-family:'Great Vibes', cursive;
    font-size:4rem;
    font-weight:400;
    margin-bottom:15px;
    color:#3b2418;
}

p{
    font-size:1.3rem;
    letter-spacing:1px;
    color:#6b4b3e;
    line-height:1.8;
}