        *
        {
            font-family: Inter;
            --class-color: rgb(107, 107, 108);
        }
        body
        {
            background: #f2f2f2;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        p
        {
            font-size: 14pt;
        }
        .workspace
        {
            background: white;
            width: 100%;
            max-width: 1280px;
            min-height: 90%;
            padding-left: 2px;
            padding-right: 2px;
            padding-bottom: 20px;
            border-radius: .5rem;
        }
        .cap
        {
            border-top: 3px solid var(--class-color);
            min-height: 200px;
            width: 100%;
            background: #f2f2f2;
            border-radius: 0 0 2rem 2rem;
            box-shadow: 0 0 15px 3px #cbc9c9;
        }
        .gen
        {
            min-height: 400px;
            padding: 50px;
            display: flex;
            align-items:flex-start;
            justify-content:flex-start;
            flex-direction: column;
        }
        @font-face {
            font-family: 'Inter';
            src: url(fonts/Inter-V.ttf);
        }