h2.banner-text {
    top: auto;
    position: relative;
    left: auto;
    right: auto;
    text-align: center;
    color: #5a5757;
    font-size: 5rem;
    font-family: 'Playball', cursive;
    margin: 0;
    font-weight: 500;
    line-height: 4rem;
}
.content-wrapper {
    padding: 7rem 2rem;
    width: calc(100% - 4rem);
}
.content-wrapper img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
h3.price-name{
    text-align: center;
    color: #5a5757;
    font-size: 5rem;
    font-family: 'Playball', cursive;
    margin: 0;
    font-weight: 500;
    line-height: 6rem;
    padding-top: 3rem;
}
@media only screen and (max-width: 800px){
    h2.banner-text{
        font-size: 2rem;
        line-height: 2rem;
    }
    h3.price-name {
        font-size: 2rem;
        line-height: 3rem;
        padding-top: 1rem;
    }
     .content-wrapper img {
        width: 100%;
    }
}
.canvas-div {
    margin-bottom: 5px;
    text-align: center;
}
.canvas-div a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.canvas-div a:hover {
  background-color: #ddd;
  color: black;
}

.canvas-div .previous {
  background-color: #f1f1f1;
  color: black;
}

.canvas-div .next {
  background-color: #04AA6D;
  color: white;
}

.canvas-container {
  margin-top:10px; 
  overflow: scroll;
}

/* .round {
  border-radius: 50%;
} */