body {
  font-family: Arial, sans-serif;
  background-image: url('https://static.vecteezy.com/system/resources/thumbnails/008/617/161/small/abstract-gradient-pastel-blue-and-purple-background-neon-pastel-color-template-for-website-or-presentation-free-free-vector.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  padding: 8px;
}

a:link {
  color: #007bff;
  font-size: 30px;
  margin-right: 20px;
  text-decoration: line;
  text-align: center;
}
a:visited {
  color: #007bff;
  font-size: 30px;
  margin-right: 20px;
  text-decoration: line;
  text-align: center;
}
a:hover {
  color: #0056b3;
  font-size: 35px;
  margin-right: 20px;
  text-decoration: line;
  text-align: center;
}
a:active {
  color: #850000;
  font-size: 35px;
  margin-right: 20px;
  text-decoration: line;
  text-align: center;
}
h1 {
  color: #000000;
text-decoration: underline;
font-size: 70px;}
h2 {
  color: #000000;
text-decoration: underline;
font-size: 35px;}

p {
  color: #555;
  font-size: 30px;
}
li {
  color: #555;
  font-size: 30px;
}

.payment{
  width: 150px;
  height: auto;
  border-radius: 50px;
  float: right;
}
.art {
  width: 300px;
  height: auto;
  
  float: right;
}