    body {
      font-family: "Times New Roman", Serif;
      font-weight: 400;
      background-image: url("https://i.ytimg.com/vi/50tHr8fJ3a8/maxresdefault.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
      color: #60c23b;
      font-size: 24px;
    }

    #stuffholder {
      margin: 20px;
    }
    
    a {
      color: white;
      text-decoration: underline;
    }

    #sidebar {
      background-color: #3275a2;
      border: 5px solid #11659a;
      border-radius: 5px;
      padding: 5px;
      min-width: 200px;
      margin: 15px;
      float: left;
      position: fixed;
      height:fit-content;
      color: white;
    }

    #content {
      background-color: #3275a2;
      color: white;
      border: 5px solid #11659a;
      border-radius: 5px;
      margin: 15px;
      float: right;
      height: fit-content;
      width: auto;
    }
    
    #box {
      border: 5px solid #16581f;
      border-radius: 5px;
      background-color: #60c23b;
      color: #00000;
      margin: 10px;
      padding: 10px;
    }
    