* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: rgb(195, 195, 195);
}

nav ul {
    display: flex;
    background-color: white;
    height: 50px;
    align-items: center;
    margin-bottom: 100px;
}

nav ul li {
    display: flex;
    justify-content: center;
    width: 100px;
    list-style: none;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0);
}

nav ul li a {
    color: black;
    text-decoration: none;
}

.heading {
    margin: 40px 0;
}

.heading h1 {
    font-size: 40px;
}

.heading p {
    margin-top: 20px;
    font-size: 18px;
}

.generateBox {
    height: 60px;
    width: 700px;
    background-color: white;
    margin: 0 auto;
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, 0.254);
    overflow: hidden;
    cursor: text;
    display: flex;
    align-items: center;
    position: relative;
}

.pass-status {
    height: 35px;
    width: 130px;
    color: white;
    background-color: rgb(44, 101, 199);
    margin: 0 20px;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    right: 0;
}

#ps2 {
    display: none;
    position: absolute;
    right: 20px;
    margin-top: 5px;
}

.generated-pass {
    padding-left: 15px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.copyBtn {
    height: 50px;
    width: 100px;
    position: relative;
    left: 420px;
    bottom: 58px;
    border-radius: 20px;
    border: 0;
    background-color: blueviolet;
    color: white;
    cursor: pointer;
    font-size: 1rem;

}

.range-container {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.slider {
    width: 100%;
    margin-bottom: 10px;
}

.length-text {
    font-size: 18px;
}

.counter {
    font-weight: bold;
    font-size: 20px;
}

#rangeBtn {
    height: 40px;
    width: 250px;
    border-radius: 15px;
    border: 0;
    margin: 0 15px;
    background-color: blueviolet;
    color: white;
    cursor: pointer;
    font-size: 15px;
}

footer {
    margin-top: 221px;
    background-color: #021c2c;
    color: #fff;
    padding: 24px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkBoxes {
    display: flex;
    justify-content: center;
}

.checkBoxes span {
    font-size: 1.2vw;
    margin: 0 2vw;
}

.checkBox {
    margin: 0 0.6vw;
}

.checkBX {  
    height: 1.2vw;
    width: 1.2vw;
    cursor: pointer;
}   

.footer-logo img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.footer-logo h1 {
    font-size: 24px;
}

.footer-links ul {
    list-style: none;
    margin-top: 20px;
}

.footer-links ul li {
    display: inline;
    margin-right: 20px;
}

.footer-links a {
    text-decoration: none;
    color: #fff;
}

.footer-social .social-icon {
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
}

.footer-bottom {
    margin-top: 20px;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
}
