body{
    display: flex;
    background: rgb(214, 226, 230);
    padding: 0;
    justify-content: center;
    margin: 0;
    align-items: center;
    height: 100vh;
    font-family: sans-serif;
}

.outer{
    
    width: 70vw;
    background: rgb(247, 242, 242);
    //border-width: 1rem;
    height: 65%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    border-radius: 1.5rem;
    border: 0.500rem solid white;
    border-radius: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 17px 0px black;
}
.blue{
    background-color: rgb(110, 31, 236);
    height: 37%;
    width: 100%;
    justify-content: flex-start; 
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0; 
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    margin-bottom: 0;
    padding-bottom: 10px;
    box-shadow: 0px 0px 0px 0px rgb(110, 31, 236);
}
h3{
    margin-top: 1.09rem;;
    color: white;
    font-size: 1.07rem;
    padding-top: 0;
    margin-bottom: 1rem;
}
h2{
    color: white;
}
.in{
    margin-top: 0;
    border-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    width: 4.5rem;
    height: 50px;
    margin-bottom: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid lightgray;
    border-radius: 0.425rem;
    
}
.inn{
    height: 40px;
    background-color: rgb(110, 31, 236);
    font-size: 35px;
    padding-left: 30px;

    margin-top: 0;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    width: 6rem;
    max-width: 6rem;
    height: 50px;
    margin-bottom: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid lightgray;
    border-radius: 0.425rem;
    color: white;
    font-weight: bold;
    
}

.b1{
    border-radius: 4px;
    border: 1px solid rgb(255, 255, 255);
    height: 1.7rem;
    font-size: 0.7rem;
    width: 4.5rem;
    margin-bottom: 0;
}
.bot{
    flex-grow: 1;
    width: 100%;
    background-color: rgb(247, 242, 242);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    padding-top: 5px;
    padding-bottom: auto;
}
.w{
    width: 93%;
    border: 2px solid white;
    height: 4rem;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(110, 31, 236);
    
}
.pp{
    font-size: 9.5px;
    margin-top: 5px;
    padding-top: 0px;
}
.hh{
    margin-bottom: 0;
    margin-top: 1.2rem;
    font-size: 0.8rem;
}
.b1:active{
    height: 1.5rem;
    width: 4.3rem;
    background-color: whitesmoke;
}

footer{
    bottom: 0;
    position: fixed;
    padding-left: 1rem;
    //margin-top: 80%;
   // color: rgb(110, 31, 236);
   color: gray;
    align: center;
    
}
a{
    font-weight: bold;
    color: rgb(4, 127, 168);
}
.f{
    font-size: 10px;
}