*{
    box-sizing: border-box;
}

body{
    background-color: turquoise;
}

header{
    background-color: black;
    color: white;
    font-size: 1.9cm;
    padding: 0px 525px;
    outline: 10px dotted red;

    justify-content: space-between;
    text-align: center;

    display: flex;
    flex-wrap: wrap;
}

#felis{
    text-align: center;
    font-size: 2cm;
    margin: 0.5cm;
    font-weight: bold;
}

#razas{
    text-align: center;
    font-size: 1cm;
    font-weight: bold;
}

#introducción{
    background-color: grey;
    border: 3px solid lightgray;
    margin: 10px;
    width: 98%;
    display: flex;
    justify-content: end;
}

#intro{
    color: white;
    font-size:large;
    font-weight: bold;
}

#margen{
    margin: 10px;
}

#siamés{
    background-color: rgb(191, 93, 93);
    justify-content: end;
    margin: 10px;
    width: 98%;
    border: 5px dotted white;

}

#ruso{
    background-color: rgb(109, 31, 128);
    justify-content: end;
    margin: 10px;
    width: 98%;
    border: 5px outset purple;
}

#noruega{
    background-color: rgb(125, 102, 52);
    justify-content: end;
    margin: 10px;
    width: 98%;
    border: 5px outset goldenrod;
}

article{
    display: flex;
    justify-content: end;
}

article:nth-of-type(1) > i{
    font-size: 3em;
}

article:nth-of-type(2) > i{
    font-size: 3em;
}

article:nth-of-type(3) > i{
    font-size: 3em;
}

article:nth-of-type(4) > i{
    font-size: 3em;
}

i{
    width: 100;
    font-size: 3em;
    padding: 14px;
}

#imagen{
    display: flex;
    flex-wrap: nowrap;
    padding: 15px;
}