
html,
body {
  background: #c9b4d9;
  color: #47277B;
}
ul
{
    list-style-type: none;
}
li {
  margin: 20px 0;
}

.help {
  width : 20%;
}
.lists {
  width : 20%;
}
.results {
  width : 49%;
}

.mainBlock {
  float: left;
  margin: 0 1.5%;
}

.collapsible {
	display: block;
}

.content {
	display: none;
}
.gifs {
	height:15%;
	float: left;
}

.ship_name {
  color: #47277B;
  font-size: 1.8rem;
  font-weight: bold;
}
.series {
  color: grey;
  font-size: 1rem;
  font-weight: normal;
  padding-left: 15px;
}
.characters {
  color: mediumpurple;
  font-size: 1.2rem;
  font-weight: normal;
  padding-left: 15px;
}

.ship_box{
	background-color : lavender;
	padding: 15px;
	border-radius: 25px;
	box-shadow: 10px 5px 5px #50406A;
}


