@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
        body {
            background-color: rgb(255, 231, 231);
        }

        * {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
            font-size: 5px;
        }

        .formstyle {
            width: 300px;
            height: 470px;
            background-color: antiquewhite;
            background-color: rgb(253, 253, 253);
            margin: auto;
            box-shadow: 5px 5px 10px 5px rgb(255, 205, 205);
            margin-top: 110px;
        }

        #blank {
            width: 300px;
            height: 80px;
            background-color: rgb(255, 179, 170);
            border: none;
            color: aliceblue;
            font-family: Digital-7 Mono;
            font-size: 40px;
            margin: 0;
            cursor: pointer;
        }

        input {
            width: 60px;
            height: 60px;
            border: none;
            background: none;
            margin:0 6px;
           font-size: 20px;
           cursor: pointer;
        }

        .orange {
            
            color: rgb(241, 88, 77);
            border-radius: 50%;
            background-color: rgb(255, 179, 170);
            box-shadow: 0 4px 4px rgba(255, 209, 223, 0.853);
            color: #fff;
        }

        #equal {
            width: 70px;
            height: 30px;
            float: right;
            margin-top: 15px;
            margin-right: 15px;
            color: #fff;
            background-color: rgb(5, 98, 123);
            box-shadow: 0 2px 2px rgba(5, 124, 175, 0.625);
            border-radius: 50px;
        }

        p{
            font-size: 08px;
            padding-top: 10px;
            color: rgba(183, 183, 183, 0.956);
        }