  * {
            margin: 0;
            padding: 0;
        }

        body {
            width: 100vw;
            height: 100vh;
            background-color: rgb(35, 35, 35);
        }

     

        .wrap {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

       h1 {
            text-align: center;

            font-size: 24px;

            color: grey;

            margin-bottom: 35px;

            text-transform: uppercase;
            min-width: 250px;

        }