
body {
  background: url(https://source.unsplash.com/random);
  background-size:  cover;
}

#title {
	font-size: 60px;
}

#bottom-buttons {
  border-radius: 5px;
  background-color: blue;
}

.remove-button {
  border: none;
  background-color: white;
  padding: 3px;
  font-size: 10px;
  color: red;  
  position:absolute;
  top:0;
  right:0;
}


.rocket-button {
  position:absolute;
  top: 5px;
  right: 5px;
  color: gray;
}

.priority-icon {
  color: red;
}

.daily-task-button, .remove-today-button {
  height:  20px;
	border: 2px outset #aaa;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 3px;
  font-size: 10px;
  position:absolute;
  bottom:0;
  right:0;
}

.input-form {
	border-radius: 5px;
	font-size: 30px;
	padding: 10px;
	margin-bottom: 10px;
}

li {
	border-radius: 5px;
  min-height: 60px;
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.list-group-item {
	max-width: 350px !important;
}

.priority-card {
  border: 2px solid red !important;
}