@font-face {
    src: url("fonts/pecita/Pecita.otf");
    font-family: Pecita;
}

@font-face {
    src: url("fonts/Butter_Cookies/butter-cookies.script.ttf");
    font-family: ButterCookies;
}

body {
    background-color: #eeddbf;
    font-family: "Pecita";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

a {
    color: black; 
    text-decoration: none; 
    font-weight: bold; 
    opacity: 0.8; 
    font-size: 30px
}

img {
    border: 3px solid #435058;
    border-radius: 10px;
    width: 500px;
}

.recipe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    font-size: 20px;
}

.recipe-list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

.recipe-list li {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.recipe li {
    font-family:  ButterCookies;
    font-size: 28px;
}

.description {
    font-family:  ButterCookies;
    font-size: 28px;
}

.recipe-list li a {
    font-size: 28px;

}

.recipe-list img {
    border: 2px solid #8b9eb7;
    border-radius: 100px;
    width: 100px;
    height: 100px;
}

.recipe-list li span {
    margin-left: 16px;
}

hr {
    border: 1px solid #435058;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1 {
    color: #435058;
    text-align: center;
}

h2 {
    color: #435058;
}

@media (max-width: 600px) {
  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .recipe, .recipe-list {
    width: auto;
    max-width: 100%;
  }

}
