*{
    box-sizing: border-box;
    margin: 0;
}
body{
    background-color: rgb(46, 46, 46);
    color: rgb(219, 219, 219);
    font-size: 25px;
    text-shadow: 0 0 3px rgb(190, 190, 190);
}
input{
    background-color: rgb(82, 82, 82);
    color: rgb(219, 219, 219);
    text-shadow: 0 0 3px rgb(190, 190, 190);;
    font-size: 25px;
    padding: 10px;
    font-family: 'Times New Roman', Times, serif;
}
button{
    background-color: rgb(104, 43, 55);
    color: rgb(219, 219, 219);
    text-shadow: 0 0 3px rgb(190, 190, 190);;
    font-size: 25px;
    padding: 10px;
    font-family: 'Times New Roman', Times, serif;
    cursor:pointer;
}
.container{
    width: 100dvw;
    height: 100%;
    margin-top: 100px
}
b{
    font-size: 30px;
}
.pipinmali{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: rgb(104, 43, 55);
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 0 6px;
}
.main{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}