*{
	box-sizing: border-box;
}
body{
  background-image: url("images/color.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  max-width: auto;
}
.home{
	text-align: center;
	padding: 10px;
	border: 5px;
}
.home a{
	border-radius: 10px;
	background-color: grey;
	text-decoration: none;
	color: white;
	font-size: 30px;

}
.row{
	padding: 20px;
}

.work_column{
	float:left;
	width:33.33%;
	padding: 5px;
	margin: auto;
	text-align: center;
}
.row::after{
	content: "";
	display: table;
	clear: both;
}
.work_column a{
	text-decoration: none;
}
.work_column p{
	font-size: 20px;
	color: white;
	text-decoration: none;
}
.work_column ul{
list-style-type:none;
  width: 300px;
  height: 120px;
  text-align: center;
}
.work_column li{
	border: 5px solid;
	text-align: center;
	background-color: grey;
	list-style-type:none;
	font-size: 15px;
}
.work_column li a{
	color: white;
	text-decoration: none;
}

div.work{
	margin: auto;
	width: 300px;
  height: 113px;
  overflow: auto;
}
.work::-webkit-scrollbar{
	display: none;
}
