body {
    background-image:linear-gradient(#4735ad, #d3d7e4) ;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 20px;
    padding-bottom: 200px;
    min-height:100vh;
    width: 100%;
}

.h1{
    font-size: 2rem;
    text-align: left;
    margin: 1rem;
    margin-left: 3rem;
    font-style: italic;
    color: #44DEB8;
}

#head {
    width: 100%;
    text-align: center;
  ;
    color: #D1E7E0;
    font-size: 50px;
}

#span {
    color:#44DEB8;
}

#tag { 
    font-size: 30px;
    width: 100%;
    text-align: center;
    padding-top: -15px;
    color: #D1E7E0;
}

#para1{
    color: #D1E7E0;
}

#prompts{
    display: grid;
    width: 100%;
    grid-template-rows:  1fr 1fr ;
    justify-items: center;
}

#length{
    width: 100%;
max-width: 200px;
margin-bottom: 12px;

}

#inpt{
    outline: none;
    text-align: center;
    height: 2rem;
    width: 4rem;
    border-radius: 3px;
    border: 2px solid white;
    font-weight: bold;
    font-size: 1.5rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#generate{
    width: 100%;
    max-width: 200px;
}

#gen {
    background-color: #ACA9BB;
    color: rgb(8, 8, 8);
    border-color: #ACA9BB;
    border-style: solid;
    transition:.3s;
}

#gen:hover {
    transition:.3s;
    background-color: #28285a;
    border: 2px solid #28285a;
    color: #ACA9BB ;
}

#line{
    width: 87%;
    height: 2px;
    background-color: #28285a;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: -3px;
}

#passwords{
    display: grid;
    grid-template-rows:  100% 100% 100%;
    margin: 0 auto;
    justify-items: center;
    height: 50px;
   
}

button {
    transition: 0.4s;
height: 28px;
margin-top: 0px;
width: 150px;
background-color: #28285a;
font-weight: bold;
border-radius: 3.5px;
color:#44DEB8 ;
border-color: #28285a;
border-style: solid;

}

button:hover {
    border-color: #00BBBC;
background: #00BBBC;
color:  #212024;
transition: 0.4s;
}


#para2 {
    margin-top: 0px;
}

p{
    color: #D1E7E0;
}