body {
  background-color: #d5ccff;
  color: #333eb5;
  font-family: "Courier New";
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  background-image: url('bettysgraphics%20plaid.jpg');
  background-repeat: repeat;
}

h1 { color: #333eb5; }
h3 { color: #333eb5; text-align: right;}

p { color: #333eb5; }
a { color: #333eb5; }
ul { color: #333eb5; }


.layout {
  gap: 60px;
}


div{
width: 700px; 
margin: 25px auto; 
padding: 15px 50px;
box-sizing: border-box;
}



.sidebar{
  background-color: #fffbf0; /* Sets a solid color for all boxes */
  border-style: dotted; 
  border-color: #333eb5; 
  border-width: 5px;
  border-radius: 20px;
  box-sizing: border-box;
}




.interests{
  background-color: #fffbf0; /* Sets a solid color for all boxes */
  border-style: dotted; 
  border-color: #333eb5; 
  border-width: 5px;
  border-radius: 20px;
  box-sizing: border-box;
}



.kitkats{
  background-color: #fffbf0; /* Sets a solid color for all boxes */
  border-style: dotted; 
  border-color: #333eb5; 
  border-width: 5px;
  border-radius: 20px;
  box-sizing: border-box;
}




.songs{
  background-color: #fffbf0; /* Sets a solid color for all boxes */
  border-style: dotted; 
  border-color: #333eb5; 
  border-width: 5px;
  border-radius: 20px;
  box-sizing: border-box;
}










