html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

.title::before {
    content:"";
    background-image: url('signer-logo.svg');
    background-size: 64px 64px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-right: 10px;
}
