body {
    margin: 0;
    background-color: #1F2937;
    color: #ffffff;
    font-weight: bolder;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.main-container {
    width: 480px;
    margin: 10px auto;
    padding: 60px 20px;
}

.em {
    color: #4ADF86;
}

.password-container {
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
}

.password {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    width: 200px;
    height: 50px;
    background-color: #273549;
    border-radius: 10px;
    color: #55F991;
}

.btn {
    cursor: pointer;
    height: 42px;
    width: 220px;
    font-weight: 700;
    color: #ffffff;
    background-color: #4ADF86;
    border: none;
    border-radius: 10px;
}

h1{
    width: 360px;
}
