.grid-container {
    display: grid;
}

.grid-container--fit {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
}

.grid-element a:hover {
	
}



.grid-element {
  background-color: null;
  padding: 20px;
  color: blue; 
}


hr {
  margin: 80px;
}

.grid-element img{
        width: 280px;
		height:200px;
		border-radius: 20px;

  
    }
	
	.grid-element a{
        width: 100%;
		text-align:center;
  
    }

.job-main a{
    width: 100%;
	height:200px;
	color: #ffebe6;
	font-size: 30px;
	text-align: center;
	vertical-align: center;
	padding-top:20px;
	padding-right: 20px;
	border: none;
	
}

.job-main a:hover{
	background-color: none;
	color: #00ff55;
	cursor: pointer;
}