#unihead {
border-style: dotted;
border-color: #6E00FF;
width: fit-content;
margin: auto;
}

body {
  font-size: 14px;
  color: white;
  background-image: url(space.jpg)
}

h1 {
  color: white;
border-style: solid;
border-width: 5px;
border-color: #6E00FF;
margin: 200px;
margin-top: 5px;
margin-bottom: 10px;
text-align: center;
}

h2 {
  text-align: center;
}

h3 {
text-align: center;
margin-top: 1px;
}

#images1{
  border-style: solid;
  margin: auto;
  width: fit-content;
  border-color: #6E00FF;
}

#buttons{
  border-style: solid;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  width: fit-content;
  border-color: #6E00FF;
  }

#body1{
  border-style: solid;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 400px;
  background-image: url(mountain.jpg);
  color: black;
  border-color: #6E00FF;
  height: 450px;
  padding-left: 5px;
  padding-right: 5px;
  border-top-width: 25px;
  border-bottom-width: 25px;
  padding-bottom: 25px;
}

table{
  margin-left: auto;
  margin-right: auto;
}
#skeldance{
  border-style: solid;
  border-color: transparent;
  margin: auto;
  
}

#container {
  display: flex;
  flex-wrap: stretch;
  align-items: stretch;
  background-image: url(gallilee.jpg);
  width: 400px;
  height: 218px;
  border-style: solid;
  border-color: #6E00FF;
  border-top-width: 25px;
  border-bottom-width: 25px;
  
}

#container>div {
background-color: grey;
text-align: center;
width: 100px;
height: 50px;
color: #E38F22;
border-style: solid;
border-color: black;
margin: 5px;

}

#meme {
  margin-top: 5px;
  margin-left 10px;
  border-style: solid;
  border-color: #6E00FF;
  border-top-width: 25px;
  border-bottom-width: 25px;
  padding: 6px;
  padding-left: 55px;
  padding-top: 10px;
}

#links {
 margin: auto;
 margin-left: 180px;
}
a:link, a:visited, a:hover, a:active {
  color: black;
}