/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
  /* cursor = pink? */
      body {
        background-image: url('https://websetsbylynn.neocities.org/thumbnails/plaid-18t.jpg');
        background-size: 10%;
        background-repeat: repeat;
        background-position: right;
        background-attachment: fixed;
      }
      html {
        overflow: scroll;
        overflow-x: hidden;
      }
      ::-webkit-scrollbar {
        width: 0; 
        background: transparent; 
      }
      ::-webkit-scrollbar-thumb {
        background: transparent;
      }
      @font-face {                  
        font-family: 'Compagnon-Bold';
        src: url(https://humantooth.neocities.org/fonts/Compagnon-Bold.woff) format('woff');
        font-weight: normal;
        font-style: normal;
      } 
      .container {
        border-width: 7px; 
        border-style: solid; 
        border-image: url("https://i.imgur.com/2jXrMdE.png") 11 fill round;       
        margin: auto;
        width: 884px;
        height: 665px;
        position: relative;
        padding: 5px;
        z-index: 4;
        
      }
      .container-one {
        border-width: 1px;
        border-style: solid;
        border-color: white;
        background-image: url('https://hillhouse.neocities.org/materials/backgrounds/images/pattern-w-yellow.png');
        background-repeat: repeat;
        width: 880px;
        position: relative;
        left: 1px;
        height: 170px;
        box-shadow: 0 0 8px 8px white inset;
        z-index: 5;
      }
      #name {
        font-family: Compagnon-Bold;
        font-size: 2em;
        -webkit-text-stroke: 1px white;
        color: #000000;
        margin-top: 60px;
        margin-left: 10px;
      }
      .navi {
        border: 3px solid #000000;
        height: 200.5px;
        background: white;
        width: 281px;
        position: relative;
        top: -37.5em;
        left: 595px;
        box-shadow: inset 13px 0 6px -10px rgb(66 66 66 / 30%), inset -13px 0 6px -10px rgb(66 66 66 / 30%), inset 0 13px 6px -10px #f0f0f0, inset 0 0 0 -10px rgb(66 66 66 / 30%);
      }
      button {
        border-radius: 50px;
        border: 2px solid black;
        background-color: #000000;
        font-family: Compagnon-Bold;
        font-size: 1.25em;
        color: white;
        width: 276px;
        margin-top: 10px;
        margin-left: 3px;
      }
      .cropped-image {
        width: 49.5%;
        height: 24px;
        object-fit: cover; 
        object-position: center; 
      }
      #chattable {
        display: block;
        margin: 0;
        width: 400px;
        height: 490px;
      }