*{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
}

body {
    background: #4c4a4c;
    align-items: center;
}

.wrapper {
    background: #6fb1cf;
    height: 150px;
    width: 200px;
    margin: 200px auto;
    border-radius: 1.2rem;
    padding: 1rem;
    align-items: center;
}

.title-container {
    margin-top: 1.1rem;
    font: bold;
    align-items: center;
}

h3 {
    color: #4c4a4c;
}

.output-container {
    margin-top: 1.2rem;
}

#passwordOutput {
    font-size: 1.2rem;
    background: none;
    border: none;
    outline: none;
    padding: none;
    align-items: center;
}

.button-for-generate {
    margin-top: 1.1rem;
}

.btn1 {
    border: 2px solid;
    width: 100px;
    text-align: center;
    height: 23px;
    padding: 2px 4px;
    border-radius: 20px;
    color: white;
    margin: 0 auto;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: relative;
    z-index: 3;
    line-height: 10px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
}

.buttonText {
    color: #4c4a4c;    
}