body{
  background-color: rgba(55, 0, 255, 0.501);
}


.basictext {
  background-color: slateblue;
  font-family: "Trebuchet MS";
  font-size: 16px;
  color: white;

}
.pclist {
border: 1px solid black;
list-style-type: disc;
background-color: aquamarine;
display: flex;
flex-direction: column;
}