body {
    font-family: Verdana, sans-serif;
    position: relative;
    min-height: 100vh;
    background: #fff;
    color: #333;
    font-size: 16px;
}

.content {
    padding-bottom: 100px;
    margin: 50px auto 0 auto;
    width: 600px;
    text-align: center;
}

.add-shop-link {
    background:#bbed21;
    color: #525c69;
    text-decoration: none;
    font-weight: 600;
    padding: 0 19px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 4px;
}
.add-shop-link:hover {
    background:#d2f95f;
}
.token-field {
    border-radius: 4px;
    border: 1px solid rgb(198, 205, 211);
    padding: 4px 16px;
    width: 100%;
    display: block;
    line-height: 25px;
    margin: 10px 0;
}

.save-button {
    background: #3bc8f5;
    color: #fff;
    padding: 0 19px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    border: none;
}

.save-button:hover {
    background: #3eddff;

}

.save-button:hover {
    background: #12b1e3;
}

.shop-list {
    margin: 20px;
    background: #d9f6ff;
    padding:19px 48px;
}