    body {
      font-family: 'Helvetica';
      overflow: hidden;
      background: black;
    }
    img {
      image-rendering: smooth;
    }
    /* seeing the image-rendering be anything but pixelated erks the fuck out of me */
    #info {
      text-align: left;
      margin: 39px 190px;
    }
    h1 {
      font-size: 32px;
      text-align: left;
      margin: 0 0 5px 0;
    }
    #star img {
      height:12px;
    }
    #star {
      gap: 4px;
      display: flex;
      flex-wrap: wrap;
      margin-left:1px;
    }
    #rating {
      background: #333333;
      position: relative;
      bottom: 2px;
      color:#a6a6a6;
      font-weight:bold;
      padding:0.6px 6px;
      font-size: 13px;
      margin-left: 2px;
      border-radius: 2px;
      text-shadow: black 0px 0.5px
    }
    #desc {
      font-size: 16px;
      margin-left: 1px;
      margin-top: 14px;
      margin-bottom: 24px;
      width: 310px;
      color: darkgrey;
    }
    #score {
      background: linear-gradient(180deg,rgba(109, 109, 109, 1) 0%, rgba(69, 69, 69, 1) 100%);
      position: relative;
      bottom: 2px;
      color:#0d0d0d;
      font-weight:bold;
      padding:0.6px 5px;
      font-size: 12px;
      margin-left: 5px;
      border-radius: 2px;
      text-shadow: rgba(255, 255, 255, 0.2) 0.5px 0.5px;
    }
    .bg {
	    position: absolute;
	    top:-135px;
	    left:160px;
	    width: 1160px;
	    z-index: -5;
      height: 652px;
	    background: url('assets/netflix/thingiething.png') no-repeat center center;
	    background-size: cover;
    }
    .bg2 {
	    position: absolute;
	    top:0px;
	    left:470px;
	    width:810px;
	    z-index: -6;
      height: 388px;
	    background: url('assets/netflix/houseofcards.png') no-repeat center center;
	    background-size: cover;
    }
    #tiles {
      margin-top: 96px;
    }
    #tiles2 {
      margin-top: 6px;
    }
    #shows {
      position: relative;
      left: -3px;
      gap: 5px;
      display: flex;
      flex-wrap: wrap;
      width: 1500px;
    }
    #shows img {
      width:190px;
      height:106px;
    }
    #netflixlogo {
      height: 32.7px;
      position: relative;
      bottom: 73.5px;
      left: 985px;
      z-index: 3;
    }
    .netflixshadow {
	    position: absolute;
	    top:190px;
	    left:915px;
	    width: 800px;
	    height: 178px;
	    background: url('assets/netflix/netflixshadow.png') no-repeat center center;
	    background-size: cover;
	    opacity: 0.9;
    }
    input {
      font-family: 'Helvetica';
      background: #333333;
      color: #a6a6a6;
      font-weight: bold;
      padding: 0.6px 6px;
      font-size: 13px;
      border-radius: 2px;
      text-shadow: black 0px 0.5px;
      border-style: none;
      accent-color: lightgrey;
      width: 185px;
      height: 17px;
    }
    #netflixui {
      position: fixed;
      bottom: -310px;
      left: 35px;
      transition: .4s ease;
      background: black;
      height: 340px;
      width: 220px;
      text-align: center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      font-family: 12px;
    }
    #netflixui:hover {
      position: fixed;
      bottom: 0px;
    }
    #netflixui span {
      font-size: 12px;
      font-weight:bold;
      text-align:left;
      letter-spacing: 1.5px;
      text-align: left;
      display: block;
      margin: 1px 0 1px 10px;
    }
    #netflixui button {
      font-family: 'Helvetica';
      background-image: linear-gradient(180deg,rgb(221, 30, 0) 0%, rgb(124, 15, 1) 100%);
      color: white;
      font-weight: bold;
      padding: 0.6px 6px;
      font-size: 13px;
      border-radius: 2px;
      text-shadow: black 1px 1px;
      border-style: none;
      width: 185px;
      height: 17px;
    }
    #netflixui button:hover {
      cursor: pointer;
    }
    input[type="file"] {
      cursor: pointer;
    }
    #netflixui #x {
      background: #333333;
      height: 30px;
      width: 30px;
      position: absolute;
      right: 0;
      top: 0;
      border-radius: 0 5px 0 0;
      color: #a6a6a6;
      text-shadow:none;
      font-size: 20px;
      font-family: 'Arial';
    }
    #netflixui #x:hover {
      background: darkgrey;
      color: white;
    }