body {
  background-color: #ffeab7;
  background-image: url("https://imagesforblogsite.carrd.co/assets/images/image16.jpg?v=3eb31069");
  background-repeat: repeat;
  background-position: top left;
  background-attachment: fixed;
  background-size: 500px auto;
  font-family: 'Pixelify Sans', sans-serif;
  color: #4b2e05;
  margin: 0;
  padding: 40px 0;
}

h1{
  font-family: 'Pixelify Sans', sans-serif;
  color: #4b2e05;
  text-align: center;
  margin: 20px 0 10px;
}

 h2, h3 {
  font-family: 'Pixelify Sans', sans-serif;
  color: #4b2e05;
  text-align: left;
  margin: 20px 0 10px;
}

p, span, li, a, div {
  font-family: 'Courier New', monospace;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
}

.container {
  width: 760px;
  max-width: 95%;
  margin: auto;
  border: 15px solid transparent;
  border-image: url("https://dl.dropbox.com/s/rr5se47u373c2yn/orange%20lace.png") 8 fill round;
  padding: 20px;
  text-align: center;
}

#nav {
  margin: 15px 0;
  font-size: 13px;
}

#nav a {
  color: #6a3d00;
  text-decoration: none;
  padding: 4px 10px;
  transition: 0.3s;
}

#nav a:hover {
  background: white;
  border-radius: 25px;
}

#main-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

#sidebar {
  width: 220px;
  background: #fffdf4;
  border: 3px dotted #f6d28d;
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
}

#sidebar h3 {
  margin-top: 0;
  font-size: 20px;
  color: #6a3d00;
}

#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

#sidebar ul li {
  margin: 8px 0;
}

#sidebar ul li a {
  text-decoration: none;
  color: #4b2e05;
  transition: 0.3s;
}

#sidebar ul li a:hover {
  color: #b26e00;
}

.back-button {
  display: block;
  width: 100%;
  margin: 20px 0 0;
  padding: 8px 0;
  background: #fffdf4;
  border: 3px dotted #f6d28d;
  color: #4b2e05;
  font-family: 'Pixelify Sans', sans-serif;
  cursor: pointer;
  transition: 0.3s;
}

.back-button:hover {
  background: #fef7e5;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  max-width: 700px;
}

.profile-box {
  background: #fffdf4;
  border: 3px dotted #f6d28d;
  border-radius: 10px;
  padding: 15px;
  width: 90%;
  margin: 20px auto;
  overflow: hidden;
}

.profile-box {
  background: #fffdf4;
  border: 3px dotted #f6d28d;
  border-radius: 10px;
  padding: 15px;
  max-width: 700px;
  margin: 20px auto;
  overflow: hidden;
  text-align: left;
}

.profile-avatar {
  float: left;
  margin-right: 15px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-name {
  font-size: 1.4em;
  margin: 0 0 5px 0;
}

.profile-bio {
  font-size: 13px;
  margin: 0 0 5px 0;
  line-height: 1.4;
}

.blinkies {
  display: flex;
  justify-content: center;
  gap: 10px;  
  margin-top: 20px;
  flex-wrap: wrap;  
}

.blinkies img {
  max-width: 100px;
  height: auto;
}

#footer {
  border-top: 1px solid #f0dba7;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 14px;
  color: #7a5b1a;
}
