body{
    margin:0;
    font-family:'Inter', sans-serif;
    background:#FAF5F2;
    color:#444;
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
    text-align:center;
}
a { color:#444; }
a:hover { color:#444; }
.container{
    max-width:420px;
}

.logo{
    max-width: 100%;
    margin-bottom:10px;
}

.dot{
    width:10px;
    height:10px;
    background:#5aa874;
    border-radius:50%;
    margin:10px auto 25px auto;
}

.subtitle{
    letter-spacing:4px;
    font-size:14px;
    color:#777;
}

.subtitle2{
    letter-spacing:4px;
    font-size:14px;
    color:#777;
    margin-top:6px;
}

.coming{
    margin:35px 0;
    font-style:italic;
    font-size:22px;
    color:#888;
}

.company{
    font-family:'Playfair Display', serif;
    font-size:28px;
    margin-bottom:15px;
}

.address{
    line-height:1.6;
    margin-bottom:20px;
}

.contact a{
    color:#666;
    text-decoration:none;
}

.contact a:hover{
    text-decoration:underline;
}

.instagram{
    display:inline-block;
    margin-top:30px;
    padding:12px 30px;
    border:1px solid #999;
    border-radius:6px;
    text-decoration:none;
    color:#444;
    font-size:16px;
}

.instagram:hover{
    background:#eee;
}
