.technics {
	font-weight: bolder;
}

.title {
	font-size: 3rem;
    text-align: center;
	color: rgb(53, 53, 53);
}

#musicbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#canvas {
	border: 1px solid black;
	align-self: center;
	justify-content: center;
}

#instruction {
	height:550px;
	align-self: center;
	justify-self: center;
}

.project-text-container {
    /* align-self: center;
    text-align: center; */
    align-items: flex-start;
}

