html {
    cursor: url("https://img.itch.zone/aW1nLzEyMzM0MjUzLnBuZw==/original/76jaqm.png"), auto;
}

body {
    background-image: url('https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fimg.artpal.com%2F231361%2F11-22-3-3-12-1-3m.jpg&f=1&nofb=1&ipt=852f87638b3886feb52ae7e61752420fe9a6fcbe3473793dfda8fe76a74d7dfc&ipo=images');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #7b68ee;
}

img {
  display: block;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 70%;
}

h3 {
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
}

a {
    color: #7b68ee;
    cursor: url("https://img.itch.zone/aW1nLzEyMzUyODI0LnBuZw==/original/aDZOjK.png"), pointer;
}

a:hover {
  color: #fff7b0;
}

hr {
    color: #7b68ee;
}

table {
    width: 70%;
    border-spacing: 0;
}

td {
    background-color: LightYellow;
    vertical-align: top;
}

th {
    background-color: #fff7b0;
    font-weight: normal;
}

figure {
    vertical-align: top;
    display: inline-block;
}

iframe {
  background-color: Goldenrod;
}