body {
  background-image: url("img/tech.jpg");
  background-attachment: local;
  color: black;
  font-family:"comic sans ms";
  list-style: url("/img/list_2.gif");
}

li {
  text-decoration-line: underline;
  text-decoration-style: wavy; 
}

.bullshit {
  background-image: url("img/Conventiondemostatuecloseup.webp");
  border-style: dotted;
  margin: 0 auto 5px;
  justify-content: center;
  align-self: center;
  width: 900px;
}

.container {
  display: grid;
  grid-template-columns: 5fr 10fr 3fr;
  grid-template-rows: 3fr 10fr 2.5fr;
  gap: 10px;
  width: 900px;
  height: 900px; 
  margin: 0 auto 5px;
  justify-content: center;
  align-self: center;
}

.sidebar-one {
  background-image: url("img/clouds.jpg");
  border-style: dotted;
  margin: 10px;
  padding: 10px;
  min-width: 3vh;
}

.main {
  border-style: dotted;
  background-image: url("img/Layer_2_Hills.webp");
  background-size: cover;
  margin: 10px;
  padding: 10px;
  min-width: 10vh;
}

.under-main {
  background-image: url("img/034C.png");
  border-style: dotted;
  border-color: black;
  margin: 10px;
  padding: 10px;
  min-width: 1vw;
  height: 70px;
  grid-row: 2/4;   
  grid-column: 1/4;
}


.sidebar-two {
  background-image: url("img/clouds.jpg");
  border-style: dotted;
  margin: 10px;
  padding: 10px;
  min-width: 10vh;
}

.title {
  text-align: center;
}

.cool-beans {
  text-align: center;
}