body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: white;
}

main{
    width: 550px;
    margin: auto;
    background: #1c1c1c;
    padding: 100px 0;
    border-radius: 6px;
}

.container {
    margin: 0 40px;
}

h1 {
    color: white;
    font-family: "Karla";
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    margin: 0 0 10px 0;
}

span {
    color: #4adf86;
}

p {
    font-size: 20px;
    margin: 0 0 40px 0;
    width: 372px;
    height: 28px;
}

button {
    background: #10B981;
    border-style: none;
    color: white;
    padding: 9px 17px 9px 15px;
    cursor: pointer;
    border-radius: 6px;
}

.line {
    border: 1px solid #2f3e53;
    margin-top: 40px;
}

.password-container {
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin: 40px;
    box-sizing: border-box;
}

.password {
    width: 211px;
    height: 39px;
    background: #273549;
    border-radius: 6px;
    color: #55f991;
    line-height: 42px;
    font-family: "Inter", sans-serif;
    text-align: center;
}