@charset "utf-8";

body {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    background-image: url(../images/bg.jpg); 
}

h1, h2 {
    font-family: Garamond, "Times New Roman", serif;
}

p, li {
    font-family: Verdana, Arial, sans-serif;
}

header {
    background-color: rgba(233, 116, 81);
    color: #fff;
    padding: 1.6rem;
}

header h1, header p {
    width: 1080px;
    margin: 0 auto;
    padding: 0 0 20 0;
    text-align: center;
    color: #fff;
}

header p {
    padding: 20px 0 0 0;
}

.container {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    background-color: white;
}

#intro, #ingred {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.7rem;
    max-width: 1200px;
    margin: auto;
    padding: 30px 0 0 0;
}

#intro p {
    margin: 10px 0 10px 0;
}

main div {
    border-bottom: none;
    padding-right: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}

article{
    padding: 0 80px 0 80px;
}

figure {
    padding-left: 0;
    margin-left: 0;
}

.instructions {
    padding-top: 20px;
}

aside {
    display: flex;
    flex-direction: row;
    background-color:rgba(233, 116, 81, 0.2);
    border-radius: 10px;
    justify-content: center;
    border-style: groove;
    border-color: rgba(233, 116, 81, 0.3);
    box-shadow: 60px -16px teal;
    margin: 50px;
}

aside p {
    padding: 0 20px 0 20px;
    margin-top: 0;
    margin-bottom: 0;
    height: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
}

aside p strong {
    padding-right: 5px;
}

ul li, ol li {
    margin-bottom: 15px;
}

footer {
    text-align: center;
    padding: 30px 0 50px 0;
}

h1, h2 {
    color: #483d8b;
}

strong {
    color: darkmagenta;
}

button {
border: none;
padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
    border-radius: 15px;
    margin: 0 30px 0 0;
}

.button1 {
    background-color: rgba(233, 116, 81, 0.2); 
    box-shadow: 5px 5px rgb(233, 116, 81, 0.5);
    color: black;
    font-weight: 700;
}

.button2 {
    background-color: teal;
    box-shadow: 5px 5px rgb(0,128,128, 0.5);
    color: white;
    font-weight: 700;
}

.button1:hover {
    background-color: rgba(233, 116, 81);
    color: white;
    cursor: pointer; 
}

.button2:hover {
    background-color: rgb(0,128,128, 0.2);
    color: black;
    cursor: pointer; 
}

.nutrition {
    display: flex;
    flex-direction: column;
}

.nutrition p {
    flex-direction: row;
}