.addButton {
	position:fixed;
	bottom: 25px;
	left: 25px;
	height: 75px;
	width: 75px;
	background-color: #1d2a80;
	color: white;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	z-index: 500;
}

@media(min-width: 600px) {
	.addButton {
		display: none;
	}
}