@import url('https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap');

#digits_block {
    width: 150px;
}

#chars_block {
    width: 260px;
}

#chars_symbols_block {
    width: 268px;
}

#words_block {
    width: 480px;
}

.password-type-block {
    float: left;
    border: 1px;
    border-style: solid;
    border-color: #00cc00;
    border-radius: 5px;
    margin: 4px;
    height: 275px;
}

.password-type-block p {
    font-family: 'Fira Mono', monospace;
    font-size: 9pt;
    text-align: center;
    padding: 5px;
}

.password-type-block ul {
    list-style-type: none;
    padding-right: 36px;
}

.password-type-block ul li {
    font-family: 'Fira Mono', monospace;
    font-size: 12pt;
    font-weight: 'medium';
    margin-bottom: 5px;
    height: 12pt;
}

body {
    color: #00cc00;
    background-color: black;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
