*{
    background-color: rgb(30, 34, 30);
    margin: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}
.jd{
    margin-left: 47%;
    margin-top: 50px;
}
.to{
    margin-left: 40%;
    margin-top: 25px;
    font-size: 45px;
    font-weight: 700;
    padding-inline: 30px;
    padding-bottom: 0px;
}
.start{
    margin-left: 37%;
    margin-top:  10px;
    font-size: 45px;
    font-weight: 700;
    padding-inline: 30px;
    padding-bottom: 40px;

}   
.for{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    margin-left: 38%;
}
.for input[type="email"]{
    width: 90%;
    margin-top:10px;
    padding-bottom: 17px;
    padding-top: 17px;
    border-radius: 10px;
    border-color: white;
    background-color: rgb(31, 30, 30)
}
.for :active{
    outline: 1px solid rgb(255, 255, 255);
}
.in{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    margin-right:179px;
    margin-bottom:1px;
}
.for button{
    margin-left: 1%;
    margin-top: 20px;
    width: 90%;
    padding: 1%;
    border-radius:20px;
    background-color: rgb(49, 192, 49);
    margin-right: 100px;  
    padding-left: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 80px;
}
.pilla{
    margin-top: 6px;
}
.five{
    border: 1px solid rgb(255, 255, 255);
    height: 4vh;
    width: 25vw;
    display: flex;
    align-items: center;
    padding-left: 120px;
    border-radius: 30px;
    margin-top:1%;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 570px;
}
.six{
    border: 1px solid rgb(255, 255, 255);
    height: 4vh;
    width: 25vw;
    display: flex;
    align-items: center;
    padding-left: 110px;
    border-radius: 30px;
    margin-top:1%;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 570px;

}
.seven{
    border: 1px solid rgb(255, 255, 255);
    height: 4vh;
    width: 25vw;
    display: flex;
    align-items: center;
    padding-left: 120px;
    border-radius: 30px;
    margin-top:1%;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 570px;   
}
.eight{
    border: 1px solid rgb(255, 255, 255);
    height: 4vh;
    width: 25vw;
    display: flex;
    align-items: center;
    padding-left: 90px;
    border-radius: 30px;
    margin-top:1%;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 570px;
}
.power{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 25px;
    margin-left: 70px;
    margin-right: 40px;
    text-align: center;
    /* border: 1px solid green; */
}
.five:hover{
    outline: 3px solid white;
}

.six:hover{
    outline: 3px solid white;
}
.seven:hover{
    outline: 3px solid white;
}
.eight:hover{
    outline: 3px solid white;
}
.five:active{
    outline: 3px solid white;
}

.six:active{
    outline: 3px solid white;
}
.seven:active{
    outline: 3px solid white;
}
.eight:active{
    outline: 3px solid white;
}