body, html {
    background: #2196f3;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.frame {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.36) 0px 10px 60px 0px;
    padding: 30px;
    max-width: 500px;
}

.frame h1 {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 3px solid;
    font-weight: 300;
}

h1.success {
    border-color: #81c784;
}
h1.error {
    border-color: #f44336;
}

#token {
    background: #eee;
    padding: 10px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: monospace;
}

code {
    background: #eee;
    padding: 2px 4px;
}

hr {
    border: none;
    height: 1px;
    background: #e0e0e0;
    margin: 20px 0;
}

a {
    color: #039be5;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
