body {
    margin: 0;
    background-color: #ECFDF5;
    font-family: "Karla", sans-serif;
}

.wrapper {
    position: absolute;         
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    color: #2B283A;
    font-weight: bolder;
}

#h12 {
    color: #10B981;
}

#sub {
    color: #6B7280;
}

#gpass {
    font-family: "Karla", sans-serif;
    font-size: small;
    width: 150px;
    height: 30px;
    background-color: #10B981;
    border: none;
    border-radius: 6px;
    color: white;
    padding: 8px;
    text-align: center;
    cursor: pointer;
}
#gpass:hover {
    background-color: #059669;
}

input {
    font-family: "Karla", sans-serif;
    padding: 3px;
    margin: 4px;
    width: 160px;
    height: 25px;
    background-color: #273549;
    text-align: center;
    color: #5DEF92;
    font-size: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.divider {
    border: none;
    height: 1px;
    background-color: #9ca3af;
    margin: 20px 0;
}

.container {
    width: 550px;
    transform: scale(1.3);       
    transform-origin: center;    
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

#footer {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    background: transparent;
    white-space: nowrap;
}

.designer {
    color: #777;
    margin-right: 4px;
}

#link {
    color: #999;
    text-decoration: none;
}

#link:hover {
    text-decoration: underline;
}
.length-selector {
    margin: 15px 0;
    font-size: 14px;
    color: #2B283A;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#length {
    width: 200px;
    margin-top: 6px;
    cursor: pointer;
}

#length-value {
    font-weight: bold;
    color: #10B981;
    margin-left: 4px;
}
