*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:#EFE8DF;
    color:#1f1f1f;
}

.hero{
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:40px;
}

.hero-content{
    max-width:900px;
}

.services{
    font-family:'Inter',sans-serif;
    font-size:12px;
    letter-spacing:5px;
    text-transform:uppercase;
    color:#666;
    margin-bottom:25px;
}

h1{
    font-family:'Cormorant Garamond',serif;
    font-size:110px;
    font-weight:300;
    line-height:1;
    margin-bottom:25px;
}

h2{
    font-family:'Cormorant Garamond',serif;
    font-size:38px;
    font-weight:300;
    line-height:1.4;
    margin-bottom:50px;
}

.button{
    display:inline-block;
    text-decoration:none;
    color:#1f1f1f;
    border:1px solid #1f1f1f;
    padding:16px 34px;
    font-family:'Inter',sans-serif;
    letter-spacing:2px;
    transition:0.3s;
}

.button:hover{
    background:#1f1f1f;
    color:white;
}
