.title {
    font-weight: normal;
    font-size: 28;
}
.subTitle {
    margin-top: 8;
    font-size: 14px;
}
body {
    background-attachment: fixed;
    background-image: linear-gradient(0deg, #fcf2e5 0%, #fff 80%);
}
.logo {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
}
body {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container {
     width: 100vw;
    text-align: center;
}
a {
    text-decoration: none;
}
.btns {
    margin-top: 108px;
}
.btns .btn {
    margin: 0 24px;
    border-radius: 16px;
    color: #544522;
    font-size: 14px;
    padding: 16px;
    display: flex;
      background-color: #ffffff;
    margin-bottom: 24px;
    justify-content: center;
}
.btns .btn .text {
    vertical-align: middle;
    line-height: 24px;
}
.btns .btn img {
    height: 24px;
    margin-right: 12px;
}
.btns .btn.hihome {
        background-color: #f6c353;
}
.btns .btn.hihome .icon {
 width: 24px;
 height: 24px;
} 
