body {
    color: #fff;
    font-family: "Segoe UI",Arial,sans-serif;
    user-select: none;
    padding: 0px;
    margin: 0px;
}


.content {
    padding: 25px;
    overflow-y: scroll;
}

a {
    color: #0ff826;
    text-decoration: none;
}

.reset {
    width: 250px;
    height: 50px;
    background-color: #ffe1e1;
    color: #1a1a1a;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.back {
    width: 150px;
    height: 25px;
    background-color: #5f5f5f;
    color: #f0f0f0;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}