html, body{
margin: 0;
padding: 0;
	background: linear-gradient(113.02deg, #121212 25.74%, #4E4E4E 98.84%);
height: 100%;
color:white;
}



.realTitle{
font-family: Helvetica Neue;
font-size: 54px;
font-weight: 700;
line-height: 59px;
letter-spacing: 0em;
text-align: left;
}

canvas{
	border-color: #9D9D9D;
	border-width: 5px;
	border-style: solid;
	border-radius: 50px;
	  background-image: linear-gradient(to right, black,white);
}


.clipList{
	margin-left: auto; 
	margin-right: 0;
}


* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.columnA {
  float: left;
  width: 30%;
  padding: 10px;
}
.columnB {
  float: left;
  width: 70%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row{
	margin: 40px;
}

.playingItem{
	margin-top: 20px;
}



.submissionItem {

font-family: Helvetica Neue;
font-size: 21px;
font-weight: 300;
line-height: 23px;
letter-spacing: 0em;
text-align: left;

}
