.subsection {
	width: 150px;
	height: 300px;
	margin: 20px;
}

.right {
	float: left;
	width: 150px;
	margin: 50px 50px 50px 0px;
	}
	
.logo {
	font-family: 'Fredoka One', cursive;
}

.logout {
	width: 60%;
	margin: 0 20%;
	font-size: 28px;
}

select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #248;
  font-size: 20px;
  margin: 0 20%;
  width: 60%;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 4px;}