        body {
            margin: 0;
            background-image: url('https://media.istockphoto.com/id/1447347442/photo/books.jpg?s=612x612&w=0&k=20&c=SuQudDUaDtw95lqvTRwYvhmPjVi2Kp5JVV9K-2bEa0Y=');
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
        }

        .container {
            display: flex;
        }

        .paragraph-box {
            padding: 2px;
            width: 60%;
            margin: 0;
            flex: 1;
        }

        .content {
            flex:1;
            display:flex;
            justify-content:center;
            align-items:flex-start;
            padding:20px;
            box-sizing:border-box;
        }

        table {
            table-layout: fixed;
            width: 100%;
            text-align: center;
            padding-right:65px;
        }

        .sidebar {
            display: block;
            width: 22%;
            top: 0;
            left: 0;
            background-color: #070000f7;
            margin: 0;
        }

        .sidebar a {
            display: block;
            color: white;
            padding: 20px 25px;
            text-decoration: none;
            font-size: 18px;
            position: relative;
            line-height: 50px;
        }

        .sidebar a:hover {
            background-color: #575757;
        }

        .sidebar .image-button1 {
            background-image: url('https://i.pinimg.com/736x/af/5a/99/af5a99c397c0bbe9b926f5fd58a1f2be.jpg');
            height:50px;
            
        }

        .sidebar .image-button2 {
            background-image: url('https://i.pinimg.com/1200x/32/0d/d1/320dd18314ebcd71035531c5787b050a.jpg');
            height:50px;
        }

        .sidebar .image-button3 {
            background-image: url('https://i.pinimg.com/736x/8a/fb/77/8afb775b718230dde2d09d5323cdfcb0.jpg');
            height:50px;
        }

        .sidebar .image-button4 {
            background-image: url('https://i.pinimg.com/736x/e1/16/4a/e1164a496ac1d3009dc2ced5e69fec28.jpg');
            height:50px;
        }

        .sidebar .image-button5{
            background-image: url('https://i.pinimg.com/736x/9e/59/5f/9e595fa6ea1e4bd626f483a3b14f6a40.jpg');
            height:50px;
        }

        .sidebar .image-button6{
            background-image: url('https://wallpapers.com/images/hd/shadow-and-bone-grishaverse-map-r0m4zp5fwrw0ei9p.jpg');
            height:50px;
        }

        .sidebar .image-button7{
            background-image:url('https://thebookcorps.wordpress.com/wp-content/uploads/2020/05/cfelch_waaakp7b.jpg?w=820&h=312&crop=1');
            height:50px;
        }

        .sidebar .image-button8{
            background-image:url('https://wallpapers.com/images/hd/percy-jackson-kjoknhvw7u7fn3si.jpg');
            height:50px;
        }
        .sidebar .image-button {
            background-size: cover;
            background-position: center;
            color: white;
            position: relative;
            line-height: 50px;
            padding: 20px 20px;
            font-size: 18px;
            text-align: left;
        }

        .sidebar .image-button span {
            position: relative;
            z-index: 1;
            background: rgba(0, 0, 0, 0.5);
            padding: 2px 6px;
            border-radius: 3px;
        }

        .sidebar .image-button:hover {
            background-color: transparent;
            opacity: 0.9;
        }

        .boxed {
            display: inline-block;
            border: 3px solid #ffffff;
            padding: 6px 12px;
            margin: 10px;
            border-radius: 0;
        }