body {
    padding: 15px;
    padding-top: 15px;
    font-family: 'Times New Roman', Times, serif;
    background-color: white;
    /* background-color: rgb(248, 246, 235); */
    color: #000000;
}
.border-box {
    width: 500px;
    height: 100px;
    padding: 10px;
    /* border: 1.5px dotted rgb(117, 175, 216); */
    box-sizing: border-box;
    background-color: rgb(239, 244, 247);
}
img {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
    /* padding-top: auto; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}
.heart {
    max-width: 100px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    /* display: flex; */
}
.banner {
    position: absolute;
    right: -0;
    bottom: -0;
    align-items: flex-start;
}
.logo {
    max-width: 145px;
}
h1, h2, h3, h4 {
	/* margin: 5px; */
	/* padding: 5px; */
	font-weight: initial;
}
h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 25px !important;
    color: black;
}
h3 {
    color: rgb(99, 113, 148);
    font-size: 20px;
}
p {
    font-family: 'Lucida Sans', 'Lucida Sans Light', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
    /* padding-right: 100px; */
}
.link {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: none;
    font-size: 12px;
    color: blue;
}
.link:hover {
    text-decoration: underline;
}
.link2 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: none;
    font-size: 12px;
    color: black;
}
.link2:hover {
    text-decoration: underline;
}
.return {
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
    color: black;
    font-size: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: none;
}	
.return:hover {
    background: white;
    color: black;
}
mark {
    background-color: #f6f4c3;
  }