body{
  display:flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: auto;
}

main{
  width:60%;
  margin: 0 auto;
}

.separator-2 {
  margin-top: 20px;
  border-top: 2px solid #000; 
}
.profile-picture {
  padding: 20px 0;
}

.one-two-header p{
  font-size: 45px;
  text-align: left;
  font-family: 'Yellowtail', cursive;
  font-weight: bold; 
}
.one-two-leftheader strong{
  font-family: Arial, Helvetica, sans-serif;
  color:rgb(37, 27, 20);
}
.one-two-header{
  display:flex;
  width: 60%;
  justify-content: space-between;
}

.one-two-rightheader, .one-two-leftheader{
  display:flex;
  align-items: center;
  flex: 3;
}

.one-two-rightheader{
  justify-content:flex-end;
}

.one-two-leftheader{
  justify-content: flex-start;
}
.one-two-leftheader img{
  padding:10px;
}

.separator{
  border:none;
  border-top: 1px ridge #494949;
  border-bottom: 1px outset #494949;
  height: 1px;
  width: 60%;
  margin-top:10px;
  margin-bottom: 20px;
}

.above-pizza-image {
  margin: 0;
  text-align: left;
}
.h1-text{
  font-size:50px;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
}
.above-pizza-image img{
  justify-content: flex-end;
}
figure .pizza-image img {
  width: 100%;
  height: auto;
  display: block;
}

.first-paragraph-container{
  display:flex;
  flex-direction: column;
  text-align: left;
  color:rgb(26, 14, 6);
  margin: 10px 0 15px 0;
}
.first-paragraph-container p{
  padding: 5px;
  font-size: 16px;
  text-indent: 1em;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.image-text-overlay {
  position: relative;
  width: 100%;
}
.image-text-overlay img {
  width: 100%;
  height: auto;
}
.image-text-overlay .overlay-text {
  position: absolute;
  top: 0;
  left: 0;

}
.profile-picture {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.profile-picture figure{
  flex-shrink: 0;
}

.profile-picture div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section .profile-picture img{
  display:flex;
  width:120px;
  height:auto;
}
section .profile-picture p{
  display:flex;
  text-align:left;
}
.profile-picture a {
  padding: 10px 30px;
  border: none;
  background-color: rgb(184, 67, 25);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  margin-left: 15px;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* 3/21 new css */
.delicious-text {
  margin-bottom: 0;
  margin-top: 0; 
}

.one-two-leftheader div {
  display: flex;
  flex-direction: column;
  align-items: center; 
}

.h1-text {
  font-size: 35px; 
  margin-bottom: 0; 
  line-height: 1; 
}

.h1-text h6 {
  color: rgb(175, 174, 174);
  margin-top: 0; 
  font-size: 17px; 
}

.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.one-two-rightheader {
  display: flex;
  align-items: center;
}

.h1-text, .header-bottom h6 {
  margin: 0;
  padding: 0;
}

.profile-picture {
  display: flex;
  align-items: center;
  width: 100%;
}

.profile-picture figure {
  margin-right: 5px; 
  flex-shrink: 0; 
}

.profile-picture div {
  text-align: left; 
}


