html {
    margin: 0;
    padding: 0;
    font-family: "Times New Roman", Georgia, Serif;
}

a {
    padding: 0;
    margin: 0;
    color: red;
    text-align: center;
    text-decoration-color: black;
    font-family: "Times New Roman", Georgia, Serif;
    
}

/*
h2 {
    text-shadow: 2px 2px #ff0000;
} */

p {
    font-family: "Times New Roman", Georgia, Serif;
     color: white;
    
}

#showcase {
    background-color: black;
    font-family: "Times New Roman", Georgia, Serif;
    
}
#showcase h1 {
	font-size:50px;
	margin-bottom:20px;
	font-family: "Times New Roman", Georgia, Serif;
}
#showcase img{
	width:90%;
	margin-left:60px;
    font-family: "Times New Roman", Georgia, Serif;
}

#showcase .showcase-right{
	
	margin-top:20px;
    font-family: "Times New Roman", Georgia, Serif;
	
}

#showcase .showcase-left{
	
	margin-top:20px;
	margin-left:60px;
    font-family: "Times New Roman", Georgia, Serif;
}

#showcase .showcase-left h1 p {
   
    margin-left:60px;
    font-family: "Times New Roman", Georgia, Serif;
}
	
#showcase .showcase-left img{
	
	margin-top: 90px;
	border: 2px solid gray;
    border-radius: 4px;
    padding: 2px;
    width: 70%;
    height: auto;
}

#testimonial {
	background:#f1f1f1;
	padding: 60px 0 30px 0;
	text-align: center;
	margin-top: 0px;
	
}

#testimonial p {
	font-size:15px;
	font-family: "Times New Roman", Georgia, Serif;
	color:#000;
}
#testimonial img {

    border: 2px solid gray;
    border-radius: 4px;
    padding: 2px;
   
}


#info1 .info-right{
	
	margin-top: 90px;
	
}
#info1 .info-left{
	
	margin-top: 90px;
	
}
#info2 .info-right{
	
	margin: 20px 0 60px 0;
	
}
#info2 .info-left{
	
	margin: 20px 0 60px 0;
	
}


