body {
  background: #242424;
}
p {
  color: black;
  font-family:sans-serif;
  font-size: 18px;
}
ul{
color: black;
  font-family:sans-serif;
  font-size: 18px;
}
li{
color: black;
  font-family:sans-serif;
  font-size: 18px;
}
h1 {
    margin-top: 0px;
  font-weight: bold;
  font-family:sans-serif;
  text-align: center;
  color: white;
}
.background{
    background-color:#2e2e2e;
    margin-top: 0px;
    padding-bottom: 10px;
}
.container{
  display:flex;
  background-color: #0a0a0a;
  border: 2px solid;
  justify-content: center;
  align-items: center;
  flex-wrap:nowrap;
  align-content: stretch;
  padding: 0px;
  margin: 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 0px;
}
.topbuttonbar{
  color:white;
  background-color: rgb(77, 77, 187);
  padding: 25px 0px;
  margin: 0px 0px;
  border-color: white;
  border-style: none;
  border-right-style: solid;
  border-width:  2px;
  font-size: 20px;
  width: 200px;
}
.topbuttonbarend{
  color:white;
  background-color: rgb(77, 77, 187);
  padding: 25px 50px;
  margin: 0px 0px;
  border-color: white;
  border-style: none;
  font-size: 20px;
  width: 200px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.topbuttonbar:hover{
    background-color: rgb(0, 0, 100);
}
.topbuttonbarend:hover{
    background-color: rgb(0, 0, 100);
}
.maintext{
    display: flex;
    flex-direction: row;
    background-color:#d4bbe9;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 50px;
    height: 80%;
    border-radius: 5px;
}
.mainparagraph{
    margin-left: 50px;
    margin-top: 50px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.image1{
    width: 350px; 
    height: 240px;
    margin: 20px;
    border:#000000 2px solid;
}
.image2{
  width: 50px;
  height: 50px;
  margin: 50px;
}
table{
    margin-top: 5px;
    border:#000000 2px solid;
    background-color: aliceblue;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    justify-content: center;
    align-items: center;
}