  @font-face {
    font-family: "Determination";
    src: url(determination.ttf) format("truetype");
  }

  body {
    font-family: 'Determination', monospace;
    cursor: url(port-point-b.png), auto;
    background-color: #FDCBB0;
    background-image: url(port-window.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50% -10%;
  }

  .center {
    /* border: solid 3px blue; */
    position: absolute;
    overflow: scroll;

    width: 67.5%;
    height: 71%;
    top: 12%;
    left: 16%;
  }

  .art-header {
    margin-bottom: 20px;
  }

  .art-holder {
    display: flex;
    flex: 1;
    /*takes up all the space available*/
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    row-gap: 20px;
  }

  .art-post {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    max-width: 700px;
    gap: 5px;
    row-gap: 50px;

    /* background-color: red; */
  }

  .art-desc {
    width: 240px;
    height: auto;
    text-align: right;

    background-color: white;
    border: 2px groove;
    border-radius: 4px;
    padding: 10px;
    color: var(--blue)
  }

  .art-img {
    width: 450px;
    height: auto;
  }

  .art-img img {
    max-width: 450px;
  }

  .text-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .txt-left {
    width: 50%;
  }

  img#nina {
    height: 50%;
  }

  img#podpis {
    /* justify-self: flex-end;
    align-self: flex-end; */
    position: absolute;
    bottom: 10px;
    right: 2px;
    height: 50px;
  }

  /* .txt-right {} */