@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body{
    background-color: hsl(47, 100%, 50%);
    margin: 0;
    padding: 0;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    min-height: 147.5vh;
    max-height: 147.5vh;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}
#follower{
    position: absolute;
    width: 12px;
    height: 12px;
    color: hsl(0, 0%, 100%);;
    background-color: hsl(355, 78%, 49%);
    border-radius: 50px;
    padding: 2px;
    pointer-events: none;
    display: none;
}
#body::-webkit-scrollbar {
    display: none; /* Hide scrollbar in Chrome, Safari, and Opera */
}
#onofBtn{
    background-image: url('images/onButton.png');
    width: 100px;
    height: 48px;
    background-repeat: no-repeat;
    border-radius: 60px;
    border: 1px solid rgb(17, 16, 16);
    background-size: 100px 48px;
    background-color: #010c15;
    cursor: pointer;
    margin-bottom: 40px;
    margin-left: 40px;
}
#H1{
    background-color: hsl(47, 100%, 50%);;
    box-shadow: 2px 2px 5px black;
    border-radius: 10px;
    font-size: 1.7em;
    font-family:monospace;
    font-weight: bold;
    letter-spacing: 3px;
    margin: auto;
    padding-top: 10px;
    text-transform: uppercase;
    text-align: center;
    word-spacing: 4px;
    width: 450px;
}
.spWhite{
    background-color: hsl(0, 0%, 0%);
    box-shadow: 2px 2px 5px hsl(120, 5%, 8%);
    color: hsl(208, 100%, 97%);
    font-size: 1.4em;
    margin: -20px;
    padding: 2px;
}
.spBlack{
    background-color: hsl(0, 0%, 100%);
    box-shadow: 2px 2px 5px hsl(120, 5%, 8%);
    color: hsl(0, 0%, 0%);
    font-size: 1.4em;
    padding: 2px;
}
#spP{
    margin-left: -20px;
    padding-left: 7.5px;
    padding-right: 7.5PX;
    text-align: center;
}
#spD{
    padding-right: 8px;
    padding-left: 8PX;
    text-align: center;
}
#div1{
    margin-top: 20px;
    margin-bottom: -10px;
}
#div2{
    margin-bottom: 10px;
}
#imgPassword{
    width: 400px;
}
#mainDiv{
    margin-top: 100px;
    margin-bottom: 100px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
#subDiv{
    background-color: hsl(207, 91%, 4%);
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    max-width: 1150px;
    overflow-y: auto;
    overflow-x: hidden;
}
.common{
    /*background-color: hsl(207, 91%, 4%);*/
    border-radius: 10px;
    color: hsl(208, 100%, 97%);
    font-family: 'Poppins', sans-serif;
    font-size: 0.9em;
    padding: 10px 10px;
    flex: 1;
    min-width: 250px;
    margin: 15px;
    box-sizing: border-box;
    text-align: justify;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.common h3{
    text-align: center;
}

/*footer{
    background-color: hsl(207, 91%, 4%);
    border: 2px solid hsl(0, 0%, 0%);
    color: hsl(208, 100%, 97%);
    line-height: 30px;
    margin: auto;
    min-width: 900px;
    max-width: 900px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    position: relative;
    top: 250px;
}*/

/* Generate password */
.generate{
    text-align: center;
}
.generate h2{
    font-size: 3em;
    font-family: "Inter", sans-serif ;
    color: #ffffff;
    margin-bottom: 20px;
    margin-left: 25px;
}
.generate #passlength{
    width: 100px;
    height: 35px;
    margin-bottom: 60px;
    margin-left: 60px;
    border-radius: 6px;
    border: 2px solid white;
    background-color: #010c15;
    padding: 3px 0px;
    color: #ffffff;
    font-size: 1.2em;
    font-family: 'Inter', sans-serif;
    text-align: center;
    display: inline-block;
}
.generate p{
    width: fit-content;
    height: 35px;
    padding: 5px 10px;
    padding-bottom: 0px;
    border-radius: 6px;
    border: 2px solid rgb(255, 255, 255);
    background-color: #010c15;
    color: #ffffff;
    font-size: 1.2em;
    font-family: 'Inter', sans-serif;
    text-align: center;
    margin: auto;
    display: inline-block;
}
.generate .checkbox{
    border-radius: 50%;
    margin-top: 70px;
    margin-bottom: 30px;
}
.generate label{
    margin-right: 15px;
}
.generate button{
    border-radius: 40px;
    background-color: hsl(0, 91%, 56%);
    border: none;
    box-shadow: 2px 3px 5px hsl(0, 1%, 13%);
    color: white;
    font-size: 1.3em;
    margin: auto;
    padding: 10px 20px;
}
.generate button:hover{
    background-color: hsl(0, 40%, 24%);
}
/* footer */
#footer{
    background-color: hsl(207, 91%, 4%);
    padding: 70px 0;
    box-sizing: border-box;
    margin-top: 120px;
}
ul{
    list-style: none;
    padding: 0;
}
.container{
    max-width: 1200px;
    margin: auto;
}
.subContainer{
    display: flex;
    flex-wrap: wrap;
    margin-left: 100px;
    margin-top: -20px;
}
.part{
    width: 22%;
}
.part h4{
    font-size: 1.2em;
    color: hsl(0, 0%, 100%);
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
.part h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: hsl(47, 100%, 50%);
    height: 2px;
    box-sizing: border-box;
    width: 40px;
}
.part ul li:not(:last-child){
    margin-bottom: 10px;
}
.part ul li {
    max-width: 160px;
    font-size: 1.1em;
}
.part ul li a{
    text-transform: capitalize;
    color: hsl(0, 0%, 100%);
    text-decoration: none;
    font-weight: 300;
    color: hsl(0, 0%, 73%);
    display: block;
    transition: all 0.25s ease;
    padding: 0;
}
.part ul li a:hover{
    color: hsl(0, 0%, 100%);
    padding-left: 10px;
}
.part .icons{
    min-width: 300px;
}
.part .icons a{
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: hsla(0, 0%, 100%, 0.2);
    margin: 0 5px 5px 0;
    text-align: center;
    line-height: 40px;
    color: hsl(0, 0%, 73%);
    transition: all 0.5s ease;
}
.part .icons a:hover{
    color: hsl(207, 91%, 4%);
    background-color: hsl(0, 0%, 100%);
}
#copyRight{
    color: hsl(47, 100%, 50%);
    text-align: center;
    margin-top: 40px;
    margin-bottom: -40px;
}

/* responsive */
@media (min-width: 1200px){
    .part{
        margin-right: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1099px){
    .part{
        margin-right: -10px;
    }
}
@media (max-width: 1000px){
    .part{
        width: 35%;
        margin-left: 20px;
        margin-bottom: 20px;
        margin-right: 30px;
    }
}
@media (max-width: 600px){
    .part{
        width: 100%;
        margin-left: 20px;
    }
    
}





