img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

body {
  /* background-color: rgb(239, 236, 233); */
  background-color: #95d6f6;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 10px;
    color:#230862;
    background-image: url('bubbles.gif');
    background-size: cover;           
    background-position: center;      
    background-repeat: no-repeat;     

}

hr {
  color:#c1e6ff;
  border: .5px;
    border-style:solid;
    margin:1px;
}

p {
    font-size: 14px;
    font-family:Arial, sans-serif;
    max-width: 900px;
}

.border {
    font-size: 18px;
    padding: 15px;
    margin: 20px 475px;
    border: double #c1e6ff;
    border-radius: 6px;
}

h1 {
    font-size: 50px;
    margin:5px 0px;
    color:#ffffff;;
    font-family: "Positive System";
    font-weight: 500;
    font-style: normal;
}

h2 {
    font-family: Kemco Pixel;   
    margin: 5px 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
  }

  h3 {
    font-family: LEDLIGHT;
    font-size: 18px;
    margin:5px 0px;
    color:#0a3c5e;;
    font-weight: 400;
    font-style: normal;
}

a {
    font-family: PixelSplitter;
    font-size: 14px;
    color:#0a3c5e;
}

a:hover {
    font-size: 14px;
    color:#ffde06;
}

li {
    font-size: 14px;
    font-family: "Positive System";
    max-width: 900px;
    color: 0a3c5e;
}

ol {
    list-style-position: inside;
    padding-left: 0;
    font-family: "Positive System";
  }

blockquote {
    font-size: 14px;
    font-family: sans-serif;
    padding-left: 10px;
    border-left: #c1e6ff 1.5px solid;
    margin: 10px 0px;
}

.ascii-art {
        font-family:monospace;
        white-space:pre;
        text-align:left;
        margin:0 auto;
    }

details {
    cursor:help;
    text-align: left;
    font-size: 18px;
    margin: 5px 475px;
  }

  details > summary {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
  }

  .main-container {
    padding: 30px;
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .sidebar {
    width: 20%;
    display:flex;
    flex-direction: column;
    position: fixed;
  }

  .main-page {
    width:70%;
    display:flex;
    flex-direction: column;
    position: absolute;
    left:350px;
  }

  .journal {
    display: flex;
    flex-direction: row;
    gap:15px;
  }

.left {
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  .right {
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  .cormorant-garamond-light {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .cormorant-garamond-regular {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .cormorant-garamond-medium {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .cormorant-garamond-semibold {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .cormorant-garamond-bold {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .cormorant-garamond-light-italic {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .cormorant-garamond-regular-italic {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .cormorant-garamond-medium-italic {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .cormorant-garamond-semibold-italic {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .cormorant-garamond-bold-italic {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  
  