        h1 {
            color: #4C54D7;
            font-size: 20px;
            text-align: center;
            font-family: robo;
            margin: 0;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
        }
        h2 {
            color: #444;
            font-size: 12px;
            text-align: center;
            font-family: robo;
            margin: 0 0 6px 0;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
        }
        .data {
            display: block;
            margin: 102px auto -20px auto;
            max-width: 280px;
            width: 65%;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
        }
        .home {
            background-color: #4C54D7;
            padding: 7px;
            border-radius: 8px;
            color: #fff;
            text-decoration: none;
            font-family: robo;
            display: block;
            margin: 0 auto;
            text-align: center;
            font-size: 13px;
            width: fit-content;
            justify-content: center;
            align-items: center;
        }