
/*    dP   dP                                                                  dP        */
/*    88   88                                                                  88        */
/*  d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b.    88d888b. .d8888b. 88d888b. 88  .dP   */
/*    88   88'  `88 88ooood8 88'`88'`88 88ooood8    88'  `88 88'  `88 88'  `88 88888"    */
/*    88   88    88 88.  ... 88  88  88 88.  ...    88.  .88 88.  .88 88       88  `8b.  */
/*    dP   dP    dP `88888P' dP  dP  dP `88888P' 88 88Y888P' `88888P8 dP       dP   `YP  */
/*                                                  88                                   */
/*                                                  dP					 */

/*		   		        Made by @gilbN					 */
/* 			      https://github.com/gilbN/theme.park			 */
:root {
  --main-bg-color: url("https://css.vengefulsyndicate.com/theme.park//Resources/blur-noise.png"), #202020 center center/cover no-repeat fixed;
  --modal-bg-color: url("https://css.vengefulsyndicate.com/theme.park//Resources/blur-noise.png"), #202020 center center/cover no-repeat fixed;

  --button-color: #600000;
  --button-color-hover: #700000;
  --accent-color:  #800000;
  --accent-color-hover: #900000;
  --queue-color: #009000;
  }
/* /Movies/Series/Season page */
.started #page {
    background-color: rgba(0, 0, 0, .25);
    color: White;
    box-shadow: none;
    max-width: 1600px;
}
