*{
	margin: 0;
	padding: 0;
	font-family: "Epilogue", sans-serif;
}
.center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}


.sidebar{
	position: fixed;
	padding: 40px;
	left: 0%;
	top:20px;
	width: 200px;
	height: 100vh;
	background-color: #e1ebff;
	z-index: 20;
}

.sidebar span{
    position: relative;
    bottom: -300px;
	
}


.notsidebar{
	position: relative;
	left:280px;
	top: 20px;
	padding: 40px;
	background-color: white;
}

marquee{
	position: fixed; 
	background-color: white;
	border-width: 2px;
	border-style: none;
	border-bottom-style: solid;
	border-color: black;
	padding: 8px;
	z-index: 21;
}


p{
	margin: 10px;
}

#newcrimes{
	position: absolute;
	top: 200px;
	left: 400px;
}

#thats4raven{
	position: relative;
	top: 400px:
	left: 100px;
}

#draggable {
  position: absolute;
  z-index: 9;
  
  text-align: center;
}


