body {
	background-color: lightblue;
}

h1,
h2
{
	font-family: "Gill Sans", sans-serif;
	font-size: 40px;
	text-align: center;
	color: white
}

p
{
	font-family: "Gill Sans", sans-serif;
	font-size: 20px;
	text-align: center;
	color: white
}

* {box-sizing: border-box}


.nice
{
  position: center;
}

.container {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 375px;
}

.lindly-image
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
    height: 200px;
}

.image {
	object-fit: cover;
    display: inline-block;
    text-align: center;
    width: 300px;
    height: 375px;
}
.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: sans-serif;
}

.overlay {
    position: absolute;
    opacity: 0;
    transition:all .3s ease;
    background-color: #e4d8c8;
}

.overlayLeft{
    height: 100%;
    width:0;
    top:0;
    left:0;
    background-color: #e4d8c8;
}

.container:hover .overlay,.container:hover .overlayFade {
    opacity: 1;
}

.container:hover .overlayLeft ,.container:hover .overlayRight {
    width: 100%;
}

.PD_text
{
    text-align:center;
}
.ganttchart
{
    width: 650px;
    height: auto;
    position: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}