*
{
background-image: url(/img/back.png);
background-repeat:repeat;
background-size: 100px;
}

body {
  background-color: blueviolet;
  color: #3e0256;
  text-shadow: 1px 1px #6e0994;
}

h1 {
    text-align: center;
   margin-left: 10%;
   margin-right: 15%;
}

p{
  text-align: center;
}

table {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

nav a{
  display: flex;
  flex-direction: row;
}