*{
    margin: 0%;
    box-sizing: border-box;
    font-family: sans-serif;
    /* border: 2px solid red; */
}
section{
    margin-top: -6%;
    margin-bottom:-6%;
    background:linear-gradient(to bottom, grey ,#464242,#181818,black);
    width:100vw;
    height:100vh;
}
.rm{
    margin-bottom: 2%;
}
.book{
    background-color: #000000;
    background: linear-gradient(to bottom rgb(52, 50, 50),rgb(32, 32, 32), rgb(29, 29, 29), rgb(0, 0, 0),rgb(0, 0, 0));
    margin-left: 370px;
    width: 50vw;
    height: 150vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 35vh;
    margin: top 500px;

    
    
}
.one {

    border: 3px solid rgb(17, 17, 17);
    height: 4vh;
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 4%;
    border-radius: 30px;
    margin-top:4%;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 50px;
    padding-left:70px;
    margin-left: 50px;
}
.two{
    border: 3px solid rgb(17, 17, 17);
    height: 4vh;
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 4%;
    border-radius: 30px;
    margin-top: 0.4%;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 50px;
    padding-left: 70px;
    margin-left: 50px;

}
.three{
    border: 3px solid rgb(17, 17, 17);
    height: 4vh;
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 4%;
    border-radius: 30px;
    margin-top: 0.4%;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 50px;
    padding-left:70px;
    margin-left: 50px;    
}
.four{
    border: 3px solid rgb(17, 17, 17);
    height: 4vh;
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 4%;
    border-radius: 30px;
    margin-top: 0.4%;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
    padding-left:50px;
    margin-left: 50px;
}
.five{
    padding: 5%;

}

.formy label{
    display: flex;
    flex-direction:column;
    /* margin-right: 10px; */
    margin-top: 5%;
    margin-bottom: 0.8%;
    padding-right:60PX;
    color: white;
}
.formy input[type="text"],input[type="password"]{
    padding: 3%;
    width: 120%;
    border-radius: 5px;
    background-color: black;
    padding-top: 15px;
    padding-bottom: 15px;
    
}
.hi{
    margin-top: 30px;
    width: 120%;
    padding: 5%;
    border-radius:50px;
    background-color: rgb(49, 192, 49);
    margin-right: 100px;
}
.ram{
    margin-top: 25px;
    margin-left: 50px;
}
.hit{
    padding-top: 10px;
    margin-top: 20px;
    margin-left: 60px;
    text-align: center;
    border: 1px solid green;
}
.one:hover{
    outline: 2px solid white;
}

.two:hover{
    outline: 2px solid white;
}
.three:hover{
    outline: 2px solid white;
}
.four:hover{
    outline: 2px solid white;
}
.one:active{
    outline: 2px solid white;
}

.two:active{
    outline: 2px solid white;
}
.three:active{
    outline: 2px solid white;
}
.four:active{
    outline: 2px solid white;
}
.deer{
    background:linear-gradient(to bottom, rgb(0, 0, 0), rgb(0, 0, 0),#000000,black,#000000,rgb(53, 53, 53));
    margin-top: 50px;
}
.lion{
    padding-top: 690px;
    padding-left: 390px;

}