
        Body {
            font-family: Monaco;
            background: black;
            color: #ffffff;
            margin: 0px
        }

        input {
            background: transparent;
            border: 0px solid #ffffff;
            color: #ffffff;
            font-family: Monaco;
            width: 75vw;
            font-size: 16px;
            padding: 0px
        }

        *:focus {
            outline: none;
        }

        .line {
            border-bottom: 1.5px solid #ffffff;
            border-top: 0px;
        }

        .strong {
            font-size: 18px;
            font-weight: bold;
        }

        textarea {
            font-family: Monaco;
            background: black;
            color: #ffffff;
            font-size: 16px;
            text-align: left;
            border: none;
            resize: none;
            width: 100vw;
            /*  height: 90vh;*/
            display: block;
            padding: 0px;
            /*margin-top: 20px;*/
            /*margin-bottom: 20px;*/
        }
        footer {
            position: absolute;
            bottom: 4vh;
            /*width: 90vw;*/
            margin-left: 5vw;
            margin-right: 5vw;
        }
        .topleft {
            position: fixed;
            left: 0px; top: 0px;
            /*padding: 5px;*/
            margin-left: 2vw;
            margin-top: 2vw;
            color: white;
            /*text-align: right;*/
        }
        .topright {
            position: fixed;
            top: 0px; right: 0px;
            /*padding: 5px;*/
            margin-right: 2vw;
            margin-top: 2vw;
            color: white;
            /*text-align: right;*/
        }
        .bottomright {
            position: fixed;
            right: 0px; bottom: 0px;
            /*padding: 5px;*/
            margin-right: 5vw;
            margin-bottom: 10px;
            /*text-align: right;*/
        }

        .footer {
            line-height: 2;
        }

        ::-webkit-scrollbar {
            display: none;
        }