body{
    margin: 20px auto;
    max-width: 500px;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-align: center;
}
.row{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.logo-row{
    border-bottom: 1px solid #e3e3e3;
}
.logo{
    max-width: 200px;
    height: auto;
    padding: 20px 0;
}
.word-icon{
    font-size: 200px;
    font-weight: 100;
    color: #F0B89C;
    padding: 10px 0;
}
svg{
    width: 200px;
    margin: 25px;
}
path{
    fill:#F0B89C;
    margin: 15px 0;
}
h1{
    font-size: 40px;
    font-weight: bold;
    margin: 0 !important;
    color: #F0B89C;
}
p{
    color: #6C6C6C;
}
