.voted-thank-you-page-container {
    background-color: white;
    padding: 70px 56px 50px 56px;
}

.voted-thank-you-page-container h2 {
    margin: 0;
    padding: 0;
    color: #313134;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px;
}

.voted-thank-you-page-container .akimia-separator {
    width: 200px;
    margin: 6px auto;
}

.voted-sticker {
    width: 264px;
    height: 236px;
    margin: 64px auto;
}

.voted-message {
    color: #313134;
    text-align: justify;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 1px;
}

.voted-message span{
    font-size: 24px;
}

.go-back-button {
    position: relative;
    margin: 30px auto 30px auto;
    border: 1px solid #313134;
    width: 100%;
    height: 50px;
    background: url('https://cdn.akimia.com.tw/shopline/products/lab012/icon/arrow-right.svg') no-repeat calc(100% - 24px) center;
    background-size: 24px 24px;
    cursor: pointer;
}

.go-back-button:hover {
    background-color: #E7B78A;
}

.go-back-button span {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 30px;

    font-family: 'Noto Sans TC', sans-serif;
    color: #313134;
    text-align: justify;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 4px;
}