body{
    margin: 0;
    box-sizing: border-box;
    background-color: #1A1A1A;
    color: white;
    font-family: 'Karla', sans-serif;
}

.container{
    width: 500px;
    margin: 0 auto;
    background-color: #1A252F ;
    margin-top: 70px;
    padding: 50px;


}
.textContainer{
    height: 300px;
    border-bottom: 5px solid #21303F ;;

}

.border{
    border: 3px black solid;
}

h1{
    margin-top: 115px;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
}

span{
    color: #00AF7A;
}

p{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #D5D4D8;
}
button{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: white;
    background-color: #00AF7A;
    border: none;
    border-radius: 3px;
    padding: 9px 17px ;
    line-height: 24px;
    font-size: 16px;
    margin-top: 51px;
    cursor: pointer;
}

/* Password Holder */

.passwordHolder{
    line-height: 40px;
    width: 230px;
    margin-top: 35px;
    background-color: #1F2F3F;
    border-radius: 5px;
    text-align: center;
    color: #00AF7A;
    font-family: 'Inter', sans-serif;
    font-weight: 500;

}

.passwordContainer{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 150px;
}