body {
  font-family: "Autour One", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #4D1308;
  text-align: center;
    background-color: black;
    background-image:url('nina/backgrounds/bloodborne.gif');
    background-size:127%;
    background-repeat: repeat-y;
    background-attachment: fixed;
    height:100%;
    width:100%;
}
.scrollmenu {
    width: 100%;
    height: fit-content;

    /**used to scroll text*/
    white-space: nowrap;    
    overflow-x: scroll;
    overflow-y: hidden;
    /**keep scrolling when
      *finger or cursor scrolling*/
    -webkit-overflow-scrolling: touch; 
}
.product-card {
    width: 300px;
    height: 410px;
    float: none;
    display: inline-block;
}
/*to hide the scrollbars*/
::-webkit-scrollbar {
    display: none;
}