html {
  font-family: Arial, Helvetica, sans-serif; 
  display: block; 
  text-align: center;
}
h1 {
  font-size: 1.8rem; 
  color: white;
}
p { 
  font-size: 1.4rem;
}
.topnav { 
  overflow: hidden; 
  background-color: #0d1633;
}
body {  
  margin: 0;
  background-color: #060b1a;
}
.content {  
  padding: 2%;
}

.card { 
  margin: auto;
  padding-top: 0.2rem;
  background-image: url("../img/boxwoodViola.jpg");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  height: 460px;
  width: 90%;
  min-width: 320px;
  border: 2px solid #c8b800;
  border-radius: 25px;
  box-shadow: 4px 4px 14px 1px rgba(0,0,0,.8);
}
.card-title { 
  font-size: 1.6rem;
  font-weight: bold;
  color: #491b00
}
a {
  border: none;
  border-radius: 10px;
  color: white;
  background-color: #142352;
  padding: 15px 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  margin: 15px 4px;
  cursor: pointer;
}