* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #D5D4D8;
    background: #1C1C1C;
}

main {
    width: 550px;
    background: #1F2937;
    padding: 115px 50px;
    margin: 50px auto 0;
}

h1 {
    font-family: 'Karla';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.025em;
    color: #FFFFFF;
}

h1 span {
    display: block;
    color: #4ADF86;
}

.button {
    padding: 9px 17px 9px 15px;
    background: #10B981;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    margin-top: 50px;
    margin-bottom: 30px;
}

.password-wrapper {
    border-top: 1px solid #2F3E53;
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap;
}

.password-el {
    background: #273549;
    border-radius: 6px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #55F991;
    min-width: 200px;
    margin-right: 25px;
}