/*css rest properties*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* adding styles*/
.parent {
    background-color: rgb(238, 230, 219);
    height: 1000px;
    text-align: center;
  }
  .child {
    margin-top: 175px;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    vertical-align: middle;
    border-radius: 5px;
    
  }
  h4{
    color: rgb(152, 156, 159);
    margin-right: 130px;
    letter-spacing: 3px;
  }
  h1{
    color: black;
    font-size: 30px;
    text-align: left;
    margin-top: 20px;
    margin-left: 25px;
    letter-spacing: 2px;
  }
  p{
    color: rgb(152, 156, 159);
    margin-top: 15px;
    line-height: 20px;
    text-align: left;
    margin-left: 25px;
  }
  h5{
    color: rgb(43, 92, 71);
    font-size: 33px;
    text-align: left;
    margin-left: 25px;
    margin-top: 25px;
  }
  h6{
    color: rgb(152, 156, 159); ;
    font-size: 13px;
    text-align: right;
    margin-right: 55px;
    margin-top: -25px;
    text-decoration: line-through;
  }
  /*adding styles to the content */

  .content{
    height: 350px;
    width:250px ;
    padding: 10px;
    margin-left: -5px ;
  }
  .btn{
    margin-top: 30px;
    width: 200px;
    height: 40px;
     background-color:rgb(43, 92, 71) ;
   color: white;
   border: 1px solid rgb(43, 92, 71);
   border-radius: 5px;
  }
  img {
    height: 365px;
    width:265px;
    object-fit: cover;
    border-radius: 5px;
  }
  