
body {
    margin:0;
}
.logo-nombre {
    color: rgb(31, 30, 30);
    font-size: 50px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 10px;
}
header {
    display:flex;
    height: 150px;
    background-color: coral;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.atajo {
    font-size: 25px;
    margin-right: 100px; ;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.atajo a{
    text-decoration: none;
    color: rgb(31, 30, 30);
    padding-left: 95px;
}
.atajo a:hover{
    color: white;
}
.logo {
    display: flex;
    align-items: center;
    color
}
.logo img {
    height: 110px;
    margin-right: 20px;
    margin-left: 20px;
}
section {
    background-color: rgb(225, 250, 250);
    padding:15px;
    margin: 100px;
}
article {
    background-color: rgb(255, 255, 255);
    padding: 15px;
    margin: 100px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-radius: 10px;
}
aside {
    background-color: rgb(161, 193, 196);
    border-style: solid;
    border-color: rgb(117, 158, 161);
    border-radius: 20px;
}
#créditos {
    background-color: rgb(240, 173, 153);
    margin-bottom: 30px;
    font-size: 25px;
    border-style: solid;
    border-color: rgb(240, 173, 153);
    border-radius: 0px;
}
#h1 {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    text-align: center;
    margin-top: 75px;
}
h2 {
    color:rgb(22, 17, 70);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 50px;
    text-align: center;
    padding-top: 20px;
}
.Recetas-Asiáticas {
    color:rgb(255, 140, 0);
    font-family: cursive;
    font-size: 35px;
    text-align: center;
}
.Para-recetas-asiáticas {
    color:rgb(218, 165, 32);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
}
.Recetas-Saludables {
    color:rgb(25, 87, 52);
    font-family: cursive;
    font-size: 25px;
    font-size: 35px;
    text-align: center;
}
.Para-recetas-saludables {
    color:rgb(60, 179, 113);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
}
.Snacks {
    color:rgb(35, 54, 221);
    font-family: cursive;
    font-size: 25px;
    font-size: 35px;
    text-align: center;
}
.Para-snacks {
    color:rgb(30, 144, 255);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
}
h5 {
    color:rgb(35, 5, 82);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    margin:auto;
    padding-left: 40px;
    padding-top: 40px;
}
p {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 28px;
    text-align:justify;
    padding: 40px
}
.indicaciones-importantes {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-align:justify;
    margin: 5px
}
#texto-créditos {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 28px;
    text-align:justify;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
}
ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
ol {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
}
a {
    font-style: italic;
    letter-spacing: 2px;
}
h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-top: 40px;
    padding-left: 30px;
}
footer {
    font-family: Georgia, 'Times New Roman', Times, serif;
    height: 200px;
    background-color: coral;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    display:flex;
    padding-left: 30px;
    font-size: 25px;
    line-height: 45px;
}
#perfil-imagen {
    margin-right: 20px;
}
.Enlaces{ 
    line-height: 50px;
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-left: 30px;
}
.Enlaces a{
    text-decoration: none;
    color: rgb(31, 30, 30);
}
.Enlaces a:hover{
    color: white;
}
ol {
    line-height: 40px;
}
.Imágen-receta {
    width: 600px;
    margin: auto;
    display: block;
}
#Imágen-principal {
    width: 1400px;
    margin: auto;
    display: block;
}
table {
    margin-top: 35px;
    caption-side: bottom;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
td, th {
    border: 2px solid rgb(0, 0, 0);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
}
th {
    background-color: black;
    color: rgb(255, 255, 255);
}
td {
    background-color: rgb(225, 250, 250);
}
@media (max-width:700px){
    header {
        flex-direction: column;
    }
    nav{
        padding: 10px 0px;
    }
}