body {
    width: 90%;
    margin: 5%;
}
a {
    text-decoration-line: none;
    text-decoration-color: none;
    text-decoration: none;
}
.description {
    display: inline-block;
    float: left;
    background-color: mediumpurple; 
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 0%;
    padding-top: 0%;
    margin-bottom: 0%;
    padding-bottom: 0%;
    border-spacing: 0%;
    border: 2px;
    border-style:solid;
}
#description1 {
    background-color: orange;
}
.description p {
    display: block;
}
.dim {
    opacity: 30%;
}
figcaption {
    font-family: smythe-regular;
    font-size: 1em;
    text-align: center;
    display: block;
}
@font-face {
    font-family: smythe-regular;
    src: url(Smythe-Regular.ttf);
}
@font-face {
    font-family: gravitas-one;
    src: url(GravitasOne-Regular.ttf);
}
footer {
    clear: both;
    float: none;
    background-color: #6B645E;
    color: white;
}
h3 {
    font-family: smythe-regular;
    font-size: 2em;
    text-align: center;
    padding: 1%;
    
}
img {
    display: inline-block;
    float: left;
}
img:hover {
    cursor: pointer;
}
.ownitbutton {
    width: 40%;
    padding:5%;
    height: 20%;
    text-align: center;
    box-shadow: 6px 6px 40px gray;
    background-color: #F09E65;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: none;
    border: 2px;
    border-style: solid;
    color: black; 
}
.ownitbutton:hover {
    cursor:pointer;
    color: white;
    background-color: #F0670F; 
    margin-bottom: none;
    padding-bottom: none;
}
p {
    display: block;
    float: none;
    font-family: Tahoma, sans-serif;
}
.price {
    font-family: smythe-regular;
    font-size: 1.75em;
    color: indianred;
    display: block;
}

.salesinfo {
    font-family: smythe-regular;
    font-size: 1.5em;
    display: inline-block;
    float: left;
    transform: translateY(-80%);
    margin-top: 30%;
    padding:0;
    margin-bottom: 0;
    margin-left:0;
    margin-right: 1%;
}
.salesinfo p {
    font-family: smythe-regular;
    font-size: 1em;
    bottom: 0;
}
#samplepage {
    box-shadow: 6px 6px 40px gray;
    width: 35%;
    height: auto;
    
}
.sneakpeek {
    z-index: 2;
    display: block;
    transform: translate3d(-30%, 250%, 0);
    text-shadow: 4px 4px 40px;
    
}
.summary {
    display: block;
    float: none;
    width: 90%;
    margin-right: 600px;
    clear: both;
    margin-top: 0%;
    padding: 0%;
}