body {
  background: #8360c3; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #8360c3,
    #2ebf91
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #8360c3,
    #2ebf91
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background-image: url(../img/sunset.jpg); */
  /* background-color: white; */
}

.nav-wrapper {
  /* background-color: #275697; */
}

h1 {
  text-align: center;
}

.main {
  display: flex;
  flex-wrap: wrap;
}

.lists {
  margin: 10px;
  padding: 20px;
  color: black;
  /* border: 1px solid #BFBFBF; */
  border-radius: 5px;
  background-color: white;
  box-shadow: 2px 2px 10px black;
}
.listnames {
  text-align: center;
}
h1,
h2 {
  color: #112275;
}

img {
  width: 300px;
  height: auto;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

tr {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.icon-del {
  color: red;
}

.icon {
  color: #4db6ac;
}
