/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url('https://jessieisironicallym3.neocities.org/starfeald1.gif');
    height: 100%;

  color: pink;
  font-family: "Times New Roman", Times, serif;
}

div {
  /*background-color: rgba(168, 168, 168, 0.4);*/
  color: lightblue;
  font-family: "Times New Roman", Times, serif;
}

p {
  background-color: rgba(168, 168, 168, 0.4);
   color: lightblue;
   font-family: "Times New Roman", Times, serif;
}

h1 {
  background-image: url('https://jessieisironicallym3.neocities.org/MEa 13.png');
  padding: 15px;
  margin: 15px;
  color: rgb(75, 0, 130);
  font-family: "Times New Roman", Times, serif;
}

h2 {
  text-align: center;
  background-image: url('https://jessieisironicallym3.neocities.org/MEa 13.png');
  padding: 15px;
  margin: 15px;
  color: rgb(128, 128, 128);
  font-family: "Times New Roman", Times, serif;
}
h3 {
  background-image: url('https://jessieisironicallym3.neocities.org/tumblr_phlpe350en1v0jfsto8_r1_1280.jpg');
  padding: 15px;
  margin: 15px;
  color: rgb(218, 165, 32);
  font-family: "Times New Roman", Times, serif;
}
h4 {
  background-image: url('https://jessieisironicallym3.neocities.org/MEa 13.png');
  padding: 10px;
  margin: 15px;
  color: rgb(218, 165, 32);
  font-family: "Times New Roman", Times, serif;
  float: left;
}
h5,h6 {
  text-align: center;
  background-image: url("https://jessieisironicallym3.neocities.org/w-clouds.jpg");
  padding: 15px;
  margin: 15px;
  color: rgb(218, 165, 32);
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}

h5 {
  float:right;
  }

h6 {
  float:center;
  }

ul {
  background-color: rgba(124, 124, 124, 0.57);
  color: lightblue;
  font-family: "Times New Roman", Times, serif;

}
body {
  font-family: "Times New Roman", Times, serif;
}


/*2sidebars*/

 .center-div
 {
 margin: 0 auto;
 padding: 15px;
 background-color: rgba(71, 71, 107, 0.6);
 border: 15px double;
 border-color: rgb(192, 97, 203);
 }

#contents {
overflow: auto;
margin: auto;
margin-bottom: 10px;
width: 95%;
display:flex;
}

#sidebar {
width: 55%;
margin: 15px;
padding: 5px;
margin-top: 20px;
background-color: rgba(164, 164, 164, 0.5);
border: 15px double;
border-color: rgb(192, 97, 203);
}

#sidebar2 {
width: 55%;
margin: 15px;
padding: 5px;
margin-top: 20px;
background-color: rgba(164, 164, 164, 0.5);
border: 15px double;
border-color: rgb(192, 97, 203);
}

#mainContents {
    width: auto;
    margin: 5px;
    padding-top: 20px;
    font-family: "Times New Roman", Times, serif;
}
