body {
  background-color: lightgrey;
  background-image:url('images/salsabackground.jpeg');
  margin: 0px;
  color: white;
  font-family: Century;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: magenta;
  background-color: transparent;
  text-decoration: underline;
}

h1 {
  font-size: 20;
  margin: 0px;
  width: auto;
  color: red;
  font-weight: bold;
  text-shadow: 2px 2px black;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 5px;
}

h2 { 
  align-self: center;
  margin: auto;
  width: auto;
  padding: 5px;
  text-align: center;
  color: white;
  background-color: whitesmoke;
  background-image:url(images/blue039.gif);
  border: groove white 5px;
  font-size: 20px;
  text-align: center;
}

h3 {
  margin: auto;
  background-color: whitesmoke;
  background-image:url(images/blue075.jpg);
  color: white;
  text-align: center;
}

p {
  justify-content: left;
  padding: 5px;
  margin: 5px;
}

ul {
  position: left;
  justify-content: left;
  padding: 0px 15px 0px 45px;
  margin: 5px 0px;/* Adjust as needed for bullet visibility */
}

/*MAIN GRID*/
.container {
  height: auto;
  display: grid;
  grid-template-columns: 400px 400px;
  grid-template-rows: auto auto auto auto auto auto auto;
  gap: 2px 2px;
  justify-content: center;
  
  grid-template-areas: "header header"
                       "content content"
                       "content content"
                       "content content"
                       "flex flex"
                       "footer footer";
}

.salsashrinebox {
  display: flex;
  background-image:url(images/Salsashrine.png);
  background-color: beige;
  color: white;
  height: 75px;
  border: groove grey 3px;
  text-align: center;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.align {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.box {
  background-color: whitesmoke;
  color: black;
  border: groove grey 5px;
}

.headertext {
  display: inline-block;
}
#header{
  text-align: center;
}

#vermarquee {
  margin-top: -25px;
}

#rtjustify {
  float: right;
}

#ltjustify {
  float: left;
}

#ltparagraph {
  text-align: left;
  padding: 0px 25px;
  margin: 5px 0px;
}

.ctrparagraph {
  text-align: center;
}

#mainheader {
  margin: 0px;
  text-align: center;
  font-size: 55px;
  color: green;
  font-weight: bold;
  text-shadow: 2px 2px black;
  text-decoration: underline;
  padding: 30px;
}

#footer {
  text-align: center;
}

#salsabutton { 
  align-self: center;
  height: 75px;
  margin: 1px;
  display: inline-block;
  padding: 5px;
  text-align: center;
  color: white;
  background-color: whitesmoke;
  background-image:url(images/Salsashrine.png);
  border: groove grey 5px;
  font-size: 20px;
  text-align: center;
  font-family: Century;
  font-size: 25px;
  text-shadow: 2px 2px black
}
