html,body {
    margin: 0;
    background: #121111;
    height: 100%;
    font-family: 'Roboto';
}
h2,h4 {
    margin: 0;
}
a {
    text-decoration: none;
}
.normal {
    font-weight: normal;
    margin-top: 10px;
}
.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper {
    width: 350px; 
    padding: 15px;
    color: #fff;
    background: #3d302b;
    text-align: center;
    border-radius: 10px;
}
.user-higlight {
    color: #e5a73c;
    font-weight: bold;
}
.btn-back {
    background: #e5a73c;
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
}
.padding-10 {
    padding: 10px 0;
}