body {
  background-color: #cccccc;
  background: url(Thetudors-logo.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

  color: white;
}

h1 {
  color: gold;
}

h2 {
  color: gold;
}

a:link {
  color: white;
}

a:visited {
  color: gray;
}

.cont
{
  display: flex;
  gap: 15px;
}

.img-class
{
  margin-right: 15px;
}
