  .article-body{
    background-image: linear-gradient(#e5e5e52f 0.5px, transparent 0.5px), linear-gradient(to right, #e5e5e52f 0.5px, transparent 0.5px);
    background-size: 200px 200px;
    background-color: #00265C;	
    padding-top: 100px !important;
  }
  
  
  .thumbnail{
      aspect-ratio: 16/9;
      width: 100%;
      background-color: red;
      border: #00265c 1px solid;
      border-radius: 15px;
      box-shadow: 4px 4px 20px rgba(17, 0, 255, 0.5);

    }

.content{
      color: #1a1a1a;
      font-size: 1.05rem;
      line-height: 1.8;
    }

  .img-quill{
    display: block;
    max-width: 100%;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .ql-video{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 400px;
    aspect-ratio: 16/9;
  }

