.features {
    border-collapse: collapse;
    font-family: sans-serif;
  }
  
  .features__cell {
    max-width: 250px;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0.5em 1em;
    color: #333333;
    border: 1px solid #dddddd;
    line-height: 1.4;
  }
  
  .features__cell--bold {
    font-weight: bold;
  }
  
  .features__cell--shaded {
    background: #eeeeee;
  }
  
  .features__cell--large {
    font-size: 1.25em;
  }
  
  .features__cell--center {
    text-align: center;
  }
  
  .features__tick::after {
    content: "\2714";
    font-size: 1.5em;
    color: green;
  }
  .features__cross::after {
    content: "\2718";
    font-size: 1.5em;
    color: rgb(245, 4, 4);
  }
  .novelllogo{
    position: absolute;
    height: 5vh;
    right: 20px;
    width: 250px;
    top: 15%;

}
.busylogo{
    position: absolute;
    height: 9vh;
    left: 23px;
    width: 250px;
    top: 16%;

}
.menu-bar{
    background: #004B8C;
    right: 20px;
    color: floralwhite;
    padding: 6px;
    text-align: center;
    
}

.channelline p{
    position: absolute;
    height: 9vh;
    font-size: 17px;
    color: #004B8C;
    font-weight: bold;
    right: -20px;
    width: 250px;
    top: 10%;
}  