body {

    font-family: Arial, sans-serif;
    background: #f2f2f2;
}
.container {

    width: 400px;
    margin: 80px auto;
    background: white;
    padding: 30px;
    border-radius: 10px;

}
input {

    width: 90%;
    padding: 12px;
    margin-top: 15px;

}
button {

    margin-top: 15px;
    padding: 10px 20px;
    cursor: pointer;

}

.checks {

    margin-top: 20px;
}
#entropy,
#crackTime {
    font-weight: bold;
    margin-top: 10px;
}

#warnings {
    margin-top: 15px;
    color: red;
}
#breachStatus {
    font-weight: bold;
    margin-top: 10px;
}