
/* RANDOM PASSWORD GENERATOR STYLES */

.inner-container {
    height: 300px;
    width: 385px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 33px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.white {
    color: white;
}

.green {
    color: #55F991;
}

p {
    color: lightgray;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 18px;
    font-size: 18px;
}

button {
    background-color: #10B981;
    border: none;
    border-radius: 5px;
    color: rgb(217, 216, 216);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    height: 35px;
    width: 158px;
    margin: 35px 0 23px 0;
    padding-bottom: 4px;
}

#num-sym {
    background-color: #10B981;
    border: none;
    border-radius: 5px;
    color: rgb(217, 216, 216);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    height: 35px;
    width: 100px;
    margin: 35px 0 23px 0;
    padding-bottom: 4px;
}

input {
    background-color: #10B981;
    border: none;
    border-radius: 5px;
    color: rgb(217, 216, 216);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    height: 30px;
    width: 65px;
    margin: 35px 0 23px 0;
    padding-bottom: 4px;
}

hr {
    margin: 3px;
    border: solid 1px #2F3E53;
}

.output {
    display: flex;
    justify-content: space-between;
}

.output p {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 23px;
    background-color: #273549;
    height: 35px;
    width: 180px;
    color: #4ADF86;
    font-size: 17px;
}
