table, th, td {
  border-collapse: collapse;
  border-style: solid;
  border: 1px solid;
}

.alttext{
  /*position: absolute;*/
  width: 70%; 
  top: 10%; 
  left: 10%; 
  /*background-color: #; */
  border-style: solid;
  border-width: 1px;
  border-color: #FF3366;
}

body {
  background-color: #7094db;
  color: #1b1a18;
}
