@import url('https://fonts.googleapis.com/css2?family=Jersey+15&family=Rubik+Dirt&family=Rubik+Doodle+Shadow&family=Rubik+Iso&family=Rubik+Mono+One&family=Rubik+Spray+Paint&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    background-color: rgb(249, 19, 141);
}

h1 {
    color: rgb(249, 19, 141);
    align-items: center;
    font-family: "Rubik Dirt", system-ui;
    font-weight: 400;
    font-style: normal;
}

nav li {
    display: inline-block
}

nav a {
    text-decoration: none;
    color: rgb(255, 60, 164);
    font-family: "Rubik Spray Paint", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: x-large;
}

nav a:hover {
    text-decoration: none;
    color: rgb(78, 8, 19);
}

h4 {
    font-family: "Rubik Dirt", system-ui;
    font-weight: 400;
    font-style: normal;
}
    

nav {
    text-align: center; 
    padding: 5px;
}

.rojo {
    text-decoration-color: brown;
}

.centrar { 
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    height: auto;
}

.centrar:hover {
    width: 100%;
    height: auto
}

.personalizado {
    width: 100%;
}

div {
    width: 600px;
    max-width: 95%;
    margin: 0 auto;
    
}

header {
    background-color: rgb(0, 0, 0);
    text-align: center;
    padding: 5px;
}


h3 { 
    color:  rgb(255, 255, 255);
    text-align: center; 
    font-family: "Rubik Iso", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: xx-large;
}
h5 {
    color: rgb(228, 197, 197);
}

article { 
    background-color: aliceblue;
    margin: 5px;
    text-align: center;   
    padding: 5%; 
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: large;
}

footer { 
    text-align: center;
    background-color: brown;
    font-family: "Rubik Iso", system-ui;
    font-weight: 400;
    font-style: normal;
}

