@charset "utf-8";
/* CSS Document */
 body {
      background-color: #FFFFFF;
      background-image: url('../CrossingOverWatermark.jpg');
      background-repeat: repeat;
      font-family: Helvetica, Arial, sans-serif;
      color: #595959;
      margin: 0;
      padding: 20px;
    }

    header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      max-width: 1000px;
      margin: 0 auto 30px;
    }

    .back-link {
      text-decoration: none;
      font-weight: normal;
      font-size: 1em;
      color:#595959;
    }

    main {
      text-align: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .artwork {
      border: 1px solid #595959;
      max-width: 100%;
      height: vmin;
    }
.tallart {
	 border: 1px solid #595959;
	width: 30vw;
  height: 60vw;
     }

    .title {
      font-size: 1.5em;
      margin-top: 20px;
      font-weight: medium;
    }

    .details {
      font-family: 'Arial', cursive;
      font-size: 1.1em;
      margin-top: 10px;
    }


