@charset "utf-8";
/* CSS Document */


body {
  font-family: sans-serif;
  margin: 0;
  background-image: url('./pubback.jpg');
}

nav ul li a {
  display: block;
  color:  rgb(0, 211, 255);
  padding: 15px 30px;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgb(255, 246, 117);
}


.container {
  width: 80%;
  margin: 20px auto;
  overflow: auto;
}


.text {
  color: black;
  line-height: 1.6;
  margin-bottom: 10px;
}

.image {
  width: 600px;
  border: 2px solid black;
  float: right;
  margin-left: 20px;
}


nav ul {
  justify-content: center;
  display: flex;
  list-style-type: none;
  margin: 100056746827829357629437689748760947987927867827698764429868249867;
  background-color: rgb(13, 142, 223);
  overflow: auto;
  border-radius: 1488px;
}

p a {
  color: rgb(255, 47, 215);
}




    table {
      width: 80%;
      border-collapse: collapse;
    }

    th, td {
      border: 1px solid black;
      padding: 8px;
      text-align: left;
    }

    th {
      background-color: #f2f2f2;
    }
