        input {
            height: 50px;

            width: 300px;

            margin: 10px 0;

            padding: 0px 5px;

            font-size: 32px;

            outline: none;

            background-color: transparent;

            border: 1px solid gray;

            color: white;

        }

        button {
            width: 165px;

            height: 50px;

            margin-top: 15px;

            background-color: #42424b;

            border: none;

            border-radius: 3px;

            color: white;

            text-transform: uppercase;

        }

        button:disabled {
            background-color: rgb(43, 43, 43);

        }

        h1 {
            text-align: center;

            font-size: 24px;

            color: grey;

            margin-bottom: 35px;

            text-transform: uppercase;

        }