
a
{
	text-decoration: none !important;
}
.header
{
    background: antiquewhite;
}
.logo
{
	padding: 10px 0;
}
.logo img
{
	width: 200px;
}
.show-case-box
{
	margin-bottom: 70px;
	margin-left: 20px;
	margin-right: 20px;
	box-shadow: 0 22px 70px rgb(0 0 0 / 13%);
	transition: all 0.3s;
}
.show-case-box:hover
{
	transform: translateY(-10px);
	    box-shadow: 0 20px 8px rgb(0 0 0 / 10%);
}
.show-case-box:hover .view
{
background: #fb5d2f;
}
.website-image
{
	margin: 30px 0;
}
.website-image img  
{
	width: 100%;

}
.website-image h1  
{
	margin-top: 0;
	margin-bottom: 50px;
	color:#03989e;
	font-weight: bold;
}
.site-name
{
	text-align: center;

}
.site-name h2
{
	font-size: 17px;
	font-weight: bold;
	color: #0a01b7;
}
.view
{
	text-align: center;
	background: #03989e;
	padding: 7px 0;
	transition: all 0.3s;
}

.view a 
{
	
	color: #fff;
	width: 100%;
}