body {
  background: url(https://projects.codecraftworks.com/web/1vkFiGqj4TFVcYGwCqma/assets/field.jpeg);
}

#title {
  margin: auto;
  width: 500px;
  height: 300px;
  background: url("https://projects.codecraftworks.com/web/1vkFiGqj4TFVcYGwCqma/assets/dogecoin.jpeg");
  background-size: cover;
  border-radius: 20px;
}

h1 {
  color: Crimson;
  font-family: Courier New;
  text-align: right;
  width: 300px;
  position: relative;
  top: 20px;
  left: 175px;
  text-shadow: Coral 2px 2px;
}

#content {
  width: 500px;
  padding-top: 5px;
  padding-bottom: 20px;
  background-color: #fec724;
  border-radius: 20px;
  text-align: center;
  margin: auto;
  margin-top: 25px;
}

h2 {
  color: Crimson;
  font-family: Courier New;
}

a {
  color: #7f290c;
  font-family: Arial;
  text-decoration: none;
}

a:hover {
  color: #f897a4;
  font-family: Arial;
  text-decoration: underline;
}

hr {
  width: 90%;
  background-color: #f3e0d1; 
  border: none;
  height: 3px;
  margin: 15px auto;
}

#container {
  background-color: rgb(247, 222, 155, 0.8);
  width: 700px;
  border-radius: 20px;
  margin: auto;
  padding: 5px;
}