
body{
    background: #1F2937;
    max-width: 550px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
}

#Main-heading{
    color: #ffffff;
    font-family: 'Karla', sans-serif;

}

#sub-heading{
    color: #4ADF86;
}

p{
    color: #ffffff;
    font-family: 'Inter', sans-serif;

}

hr{
    margin-left: 0;
    width: 450px;
    margin-bottom: 35px;
}

#Gen-button{
    background: #10B981;
    border-style: none;
    border-radius: 6px;
    width: 190px;
    height: 42px;
    padding: 9px 17px, 9px, 15px;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;

}

#first-password{
    width: 210px;
    height: 40px;
    border-radius: 6px;
    background: #273549;
    border-style: none;
    margin-right: 25px;
    text-align: center;
    color: #55F991;
}

#second-password{
    width: 210px;
    height: 40px;
    border-radius: 6px;
    background: #273549;
    border-style: none;
    text-align: center;
    color: #55F991;
}