body {
  background-image: url('../img/bluebackground.jpg');
  background-repeat: repeat;
}

header {
  background: white;
  border-radius: 5px;
  padding-top: 2%;
  display: flex;
  justify-content: center;
  font-family: sans-serif;
  text-align: center;
  margin: 5% 5% 5% 5%;
}

header img {
  width: 100%;
  height: auto;
}


header h1 {
  font-size: 3em;
  font-weight: 900;
  color: #0098E3;
}

header a {
  font-size: 1.5em;
  font-style:italic;
  color: blue;
  text-decoration: none;
  font-family: sans-serif;
}

article {
  background-color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 5%;
  align-items: center;
  margin: 5%;
}

#willie {
  display: flex;
  align-items: center;
  width: 90%;
  height: auto;
}

#thomas-ranch {
  display: flex;
  align-items: center;
  width: 90%;
  height: auto;
}

#bistro {
  display: flex;
  align-items: center;
  width: 90%;
  height: auto;
}

#bcumc {
  display: flex;
  align-items: center;
  width: 90%;
  height: auto;
}

#cutnputt {
  display: flex;
  align-items: center;
  width: 90%;
  height: auto;
}

#angels {
  display: flex;
  align-items: center;
  width: 90%;
  height: auto;
}

#bacon {
  display: flex;
  align-items: center;
  width: 90%;
  height: auto;
}


article h1 {
  font-family: ;
  font-size: ;
  font-weight: ;
}

.byline {
  width: 100%;
}

.byline span {}
