
body {

background-image: linear-gradient(#40aded,#d798a2,#c63a43);

}


p  {
  background-color: #9b58d1;
  text-align: center;
  border-style: groove;
  font-size: 25px;
  font-weight: bold;
}

h1{
  text-align: center;
  font-size: 400%;
  background-color:
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 500px
}

img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5,);
}

table, th, tr {
  border: 1px solid;
  font-size: 50px;
  width: 100%;
}

a:link{
 color: #2c2b6b;
}

a:hover {
 color: #e469e0;
}

a:active {
 color: #d798a2;
}
