website colors{
	color: #006DE6;
	color: #51D5FF;
	color: #E2D5B1;
}
@media screen and (max-width: 1600px) {
  /* add code here*/
}
@media screen and (max-width: 950px) {
  /* add code here*/
}
@media screen and (max-width: 450px) {
  /* add code here*/
}