body {
    font-family: 'Aladin', cursive;
    background-color: #000000;
    padding-left: 10%;
    animation: fadein 1s;
  }
  h1 {
    color: #000000;
    text-align: center;
  }
  h2 {
    color: #fff;
  }
  p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-shadow: 1px 1px 2px black; 
  }
  img {
    -webkit-user-drag: none;
    user-select: none;
  }
  .content img {
    width: 10%;
    height: auto;
    margin-top:5%;
    display: inline;
  }
  
  .header {
    background-color: #e9c46a;
    padding: 10px;
    text-shadow:1px 1px 2px #000;
  }
  .navbar {
    background-color: #f4a261;
    color: #000;
    padding: 10px;
    text-align: center;
  }
  .navbar a {
    color: #000000;
    text-decoration: none;
    margin-right: 15px;
  }
  .content {
    padding-left:20px;
  }
  .footer {
    background-color: #264653;
    color: #000000;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px #543427; 
  }
  .sidebar {
    text-align: center;
    width: 10%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
    background-color: rgba(227, 202, 221, 150);
    background-image: url("images/100C.png");
    background-repeat: repeat;
  }
  .moon-widget {
    padding-left:5%;
    padding-right:5%;
    width: 100%;
    user-select: none;
  }
  .sidebar-image {
    user-select: none;
  }
  .footer-image {
    user-select: none;
  }
  .cool-websites-box {
    border: 2px solid;
    margin-top: 10px;
    margin-right: 30px;
    border-color: #f0f0f0 #808080 #808080 #f0f0f0;
    border-radius: 2px;
    padding-left: 10px;
    background: linear-gradient(90deg, rgba(233, 196, 106, 1) 30%, rgba(42, 157, 143, 1) 100%)
  }
  .gallery-box {
    border: 2px solid;
    margin-top: 10px;
    margin-right: 30px;
    border-color: #f0f0f0 #808080 #808080 #f0f0f0;
    border-radius: 2px;
    padding-left: 10px;
    background: linear-gradient(90deg, #FF69EB 30%, #FFDC5E 100%)
  }
  
  .window {
    margin-left: 1.6%;
    border: 4px solid;
    border-color: #f0f0f0 #808080 #808080 #f0f0f0;
    border-radius: 2px;
    background: #c4c4c4;
    box-shadow: 6px 6px rgba(53, 60, 63, 0.3);
    padding: 2px;
    height: 368px;
    width: 314px;
    user-select: none;
  }
  .window .titlebar {
    background: rgb(233,85,85);
    background: linear-gradient(90deg, rgba(233,85,85,1) 0%, rgba(253,251,29,1) 30%, rgba(52,240,42,1) 60%, rgba(69,116,252,1) 100%);
    border-radius: 1px 1px 0 0;
    margin-bottom: 2px;
    margin: 2px 2px 0 2px;
    display: flex;
    align-items: center;
    width: 314px;
    display:inline-block;
  }
  
  .window .titlebar .title {
    color: #FFF;
    font-size: 15px;
    padding-left: 5px;
    margin-bottom: 5px;
    display:inline-block;
  }
  
  .window .titlebar .buttons {
    margin-left: auto; /* push right */
    display: flex;
    cursor: pointer;
  }
  
  .window .titlebar .button {
    background-color:#c4c4c4;
    width: 20px;
    height: 20px;
    display:inline-block;
  }
  
  .window-smile {
    background: url("images/smile.svg");
    background-repeat: no-repeat;
  }
  
  .window .content {
    padding: 0px;
    height: 100%;
    color: #000;
    border-radius: 0 0 1px 1px;
    font-size: 0;
    display:inline-block;
    user-select: none;
  }
  .window .button {
    border: 2px solid;
    border-color: #f0f0f0 #808080 #808080 #f0f0f0;
    border-radius: 2px;
    margin: 2px;
    height: 25px;
    margin-left:75%;
  }
  
  .window .button:active {
    border-color: #808080 #f0f0f0 #f0f0f0 #808080;
  }
  .emoji {
    display:inline;
  }
  .glitterfairy {
    height:5%;
    width: 5%;
    display: inline;
  }
  
  @keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  .credits {
    text-align: right;
    display: inline;
    margin-right: 0;
  }