html {
    margin:0;
    padding:0;
    height: 100%;
}
body {
    background-image: url('sky.jpg');
    background-size: 15% auto;
    background-repeat: repeat;
    background-color: white;
    margin:0;
    padding:0;
    height: 95%;

    cursor: url('cat-paw.png'), auto;
}

a {
    cursor: url('cat-paw-a.png'), pointer;
}

.kitty-font {
  font-family: "Gorditas", serif;
  font-weight: 400;
  font-style: normal;
}

.pixle-font {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

.italic {
    font-style: italic;
}

.align-center {
    text-align: center;
}
/*================================
    NAVIGATION
================================*/

.navigation-wrapper {
    position: relative;
    background-color: rgb(255, 63, 207);
    width: 80%;
    height: 3rem;
    margin-left: 10%;
    overflow: hidden;
}

.navigation-wrapper img {
    position: absolute;

    margin-top: 4px;
    height: 85%;
    top:0;
    left: 0;
    vertical-align: middle;

}

.navigation-wrapper h1 {
    padding: 0;
    margin: 0;
    text-align: center;
    color: white;
}

.navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    height: 5%;
    padding-right: 1rem;
    gap: 0.5rem;
}

.navi-link {
    position: relative;
    font-size: 100%;
    text-decoration: none;
    color: white;
    border: 3px solid rgb(145, 0, 109);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-bottom: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.1rem;
    white-space: nowrap;
}

.navi-link:hover {
    color: rgb(255, 63, 207);
    background-color: rgba(244, 248, 254);
}

.here {
    color: rgb(255, 63, 207);
    background-color: rgba(244, 248, 254);
}

/*================================
    CONTENT
================================*/

.main-container-wrapper {
    background-color: rgba(255, 255, 255, 0.87);
    width: 80%;
    margin-left: 10%;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex: 1;

}

.main-container-wrapper h1{
    margin: 0;
}

.main-container {
    position: relative;
    overflow-y: scroll;
    padding: 2%;
    width: 100%;
}

.main-container p {
    font-size: 1.2em;
    line-height: 1.5;
}

.content {
    margin-left: 10%;
    width: 80%;
}


.seperator {
    border-top: 2px solid rgb(255, 63, 207);
}

.text-paragraph {
    text-align: justify;
    padding: 1%;
}

.text-paragraph ul,li {
    font-size: 1.1em;
}

.outer-list {
    list-style: none;
    line-height: 1.5;
}

.text-link {
    color: rgb(145, 0, 109);
}

.text-link:hover{
    color: rgb(255, 63, 207);
}

/*================================
    SHOP
================================*/

/* ===== LAYOUT =====*/

.shop-wrapper {
    display: flex;
    flex: 1;
    width: 100%;
    gap: 4px;
    margin-top: 4px;
    overflow: hidden;
}

.shop-left {
    width: 40%;
    margin-left: 2px;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 0.3;
}

.shop-right {
    width: 60%;
    margin-right: 2px;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 0.7;
}

.review-wrapper {
    width: 100%;
}

/* ===== GENERAL ELEMENTS =====*/

.shop-text {
    margin: 0.3rem;
    padding: 0;
}

.shop-seperator {
    position: relative;
    width: 100%;
    border-top: 2px solid rgb(255, 63, 207);
    margin: 0.1rem;
    padding: 0;
}

/* ===== LEFT =====*/

.picture-window {
    text-align: center;
    vertical-align: middle;
    border: 2px solid rgb(101, 99, 107);
    margin: 4rem;
}
.book {
    max-height: 95%;
    padding: 2.5%;
    max-width: 95%;
}

/* ------ REVIEW -----*/

.review{
    width: 100%;
    margin-top: 1rem;
    border-top: 2px solid rgb(145, 0, 109);
    padding: 0.7rem;
}

.review-answer{
    margin-top: 1rem;
    position: relative;
    margin-left: 5%;
    width: 95%;
    padding: 0.5rem;
}

.review-head-profile {
    display: flex;
    align-items: center;
}

.review-head-rating {
    display: flex;
    align-items: baseline;
}

.review-profile-pic{
    height: 3rem;
}

.review-name{
    font-size: 1.4rem;
    margin-left: 0.3rem;
}

.review-stars{
    color: rgb(255, 63, 207);
    font-size: 1.5rem;
}

.review-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 0.3rem;
}

.review-date{
    font-size: 1rem;
    font-weight: lighter;
    color: rgb(101, 99, 107);
}

.review-text {
    margin: 0;
    margin-top: 0.5rem;
}

.review-title-tem {
    font-size: 1rem;
    margin-left: 0.3rem;
}

/* ===== RIGHT =====*/

/* ------ PRICE -----*/

.price {
    display: flex;
    align-items: baseline;
}

.crossout {
    color: rgb(101, 99, 107);
}

.big {
    font-size: 2rem;
    margin-right: 0.5rem;
}

.smol {
    font-size: 1.2rem;
}

.percent {
    color: rgb(255, 63, 207);
    font-size: 1.5rem;
    margin: 0;
    margin-top: 0.5rem;
}

/* ------ BUY BUTTON -----*/
.number-wrapper {
    display: flex;
    align-items: baseline;
    margin-top: 1rem;
}

.amount {
    font-size: 1rem;
    width: 2rem;
    margin-left: 1rem;
    margin-right: 2rem;
}

/* always show 1 in amount field*/
.amount::-webkit-inner-spin-button,
.number-input::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button;
  opacity: 1;
}

.chart-button-link {
    margin-left: 3rem;
    text-decoration: none;
    width: 10rem;
}

.chart-button {
    position: relative;
    color: white;
    background-color: rgb(145, 0, 109);
    border: 3px solid rgb(145, 0, 109);
    border-radius: 0.3rem;
    text-align: center;
    width: 10rem;
}

.chart-button p {
    margin: 0;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    padding: 0;
}

.chart-button:hover {
    color: white;
    background-color: rgb(255, 63, 207);
}