@charset "UTF-8";
/* CSS Document: Popular Dessert Recipes, Sujjvala Varra*/


.hero-graphics {
  background-color: lightseagreen;  

}

.hero-headline {
  color: magenta;  

}

.container {  
  width: 300px;
  height: 100px;
  margin: auto;
  
}

.intro {
   font-family: "Open Sans", sans-serif;
}


.color-bar {
  background-color: magenta;
  height: 50px; 
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.headercenter {
text-align: center;

}


table {
  font-family: "Open Sans", sans-serif;
  border-collapse: collapse;
  width: 120%;
}

thead th {
  background-color: lightseagreen; 
  color: #333; 
  text-align: left;
}

td {
  border: 1px lightgray;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: lightgray;
}

.navigation {
  display: flex;
  font-family: "Open Sans", sans-serif;

}

.image-link {
  display: flex;
  flex-direction: column; 
  width: 150px;
  height: auto;
  margin: 10px;

}

.image-link img {
  width: 150px;
  padding: 5px;
  border: 1px solid #000;
  
}

.link-text {
  margin-top: 5px;
  color: blue;
}

