*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    background:#FAFAF8;

    color:#242424;

    font-family:'Inter',sans-serif;

    min-height:100vh;

}

.container{

    width:100%;

    min-height:100vh;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:40px;

}

.content{

    width:100%;

    max-width:650px;

    text-align:center;

}

.logo{

    width:130px;

    margin-bottom:45px;

}

.eyebrow{

    font-family:'Space Mono',monospace;

    font-size:.8rem;

    letter-spacing:3px;

    text-transform:uppercase;

    color:#5B52E3;

}

h1{

    font-family:'Space Grotesk',sans-serif;

    font-size:3.4rem;

    line-height:1.1;

    margin-top:18px;

    margin-bottom:28px;

    color:#222;

}

p{

    font-size:1.15rem;

    line-height:1.9;

    color:#666;

}

.divider{

    width:80px;

    height:5px;

    background:#C6F135;

    border-radius:50px;

    margin:50px auto;

}

.small{

    font-size:.95rem;

    color:#8b8b8b;

}

@media(max-width:768px){

    h1{

        font-size:2.2rem;

    }

    p{

        font-size:1rem;

    }

    .logo{

        width:100px;

    }

/* } */
/* } */