body {
    margin: 0;
        background-color: #1F2937;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        }
.container
{
   
    display: flex;
    flex-direction: column;
    padding:60px 50px;
   font-family: Karla;
   font-size: 20px;
font-weight: 900;
line-height: 40px;
color:#FFF1F2;
align-items: flex-start;
}
#special-color{
    color: #FB7185;
}
.container h1{
    margin-bottom: 10px;
}
.container h3 {
font-family: Inter;
font-weight: 200;
font-size: 20px;
line-height: 28px;
letter-spacing: 0%;
margin-top: 0px;
}
#generate-password-btn{
    background-color: #FB7185;
    border: none;
    padding: 10px 22px;
    font-family: Inter;
font-weight: 300;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #FFF1F2;
border-radius: 6px;
}
.line{
    height: 1px;
    width: 450px;
    background-color: #374151;
  margin: auto;
}
.passwords{
    display: flex;
    justify-self: center;
}
.password-container{
    background-color: #374151;
    max-width: 300px;
    width: 250px;
    height: 45px;
    margin: 30px 10px;
    border-radius: 6px;
    color: #FB7185;
font-family: Inter;
font-weight: 500;
    display: flex;
    justify-content: center; 
    align-items: center; 
   
}