body{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
    height: 100vh;
}
.a1{
    padding: 20px;
    width: 400px;
    border-radius: 25px;
    background: #fff;
    height: 400px;
    border-radius: 5px;
}
.too {
    text-align : center;
    color : #000;
    font-size: 75px;
    margin-top: 85px;
}
.nemeh {
    width: 70px;
    height: 50px;
    font-size: 35px;
    border-radius: 10px;
    background-color: green;
    color: white;
    margin-left :10px;
}
.hasah {
    width: 70px;
    height: 50px;
    font-size: 35px;
    border-radius: 10px;
    background-color: red;
    color: white;
    margin-left: 60px;
}
.reset1 {
    width: 110px;
    height: 50px;
    font-size: 25px;
    border-radius: 10px;
    margin-bottom: 65px;
    margin-left :10px;

}
