 body{
      background-image: url(/images/graphics/twinkle2.gif);
      font-family: 'Courier New', Courier, monospace;
      color:aliceblue
      
    }
    a {
      color:aliceblue;
    }
    a:hover {
      color:purple;
    }
    .content{
      display: flex;
      margin: auto;
      width: 900px;
    }
    .header-bar{
      font-size: 22px;
      margin: auto;
      width: fit-content;
      text-align: center;
    }
    .header-bar h1 {
      text-shadow: 3px 3px purple;
    }
    .left-bar{
      flex: 1;
    }
    .center-column {
      border: solid rgb(122, 122, 122) 2px;
      background-color: rgb(12, 12, 12);
      margin-left: 4px;
      margin-right: 4px;
      margin-bottom: auto;
      flex: 2;
    }
    .center-column p {
      padding-left: 20px;
      padding-right: 20px;
    }
    .center-column h2 {
        text-align: center;
    }
    .right-bar{
      flex: 1;
    }
    .text-box {
      border: solid rgb(122, 122, 122) 2px;
      background-color: rgb(12, 12, 12);
      margin-bottom: 10px;
    }
    .image-container {
      border: 1px solid black;
      margin: 15px;
    }

    .image-container img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    #about-me p {
      padding: 20px;
      font-size: 14px;
    }
    .button-container {
      margin: 4px;
      text-align: center;
    }
    .btn {
      font-family: 'Courier New', Courier, monospace;
      background-color: aliceblue;
      border: solid 2px rgb(255, 255, 255);
      cursor: pointer;
      margin-bottom: 4px;
    }
    .btn:hover {
      opacity: 0.9;
    }
    .favorites-row {
      display: flex;
      margin-right: 4px;
      margin-bottom: 10px;
    }
    .favorite-container {
      margin: 5px;
    }
    .favorite-container img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .favorite-container img:hover,
    .favorite-container img:focus {
        transform: scale(2.4);
    }
    .favorite-container img:hover {
      cursor: pointer;
    }
    #site-title {
        text-decoration: none;
    }
    #site-title:hover {
        color: pink;
    }
    .review {
        margin-left: 12px;
        display: flex;
        margin-bottom:20px;
    }
    .column {
        float: left;
    }
    .left {
        width: 70%;
    }
    .right {
        width: 30%
    }
    .shrine-grid {
      margin: 20px;
      display: flex;      
    }
    .shrine-box {
      margin:20px;
      height:200px;
      width: 150px;
    }
    .button-88x31:hover {
      transform: scale(1.1);      
    }
    .writings {
      font-size: 22px;
    }