body {
    background-color: #65a4fe;
    color: #201106;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}
header {
    background-color: #0e2549;
    color: beige;
    text-align: center;
    background-image: url(https://img.freepik.com/vector-premium/destellos-amarillos-sobre-fondo-azul-oscuro-luciernagas-volando-noche-efecto-luz-polvo-estrellas-dorado-telon-fondo-abstracto-cielo-tarde_134821-79.jpg);
    background-size: 1300px 700px;
}
header img {
    width: 200px;
    height: 200px;
    border-radius: 500px;
}
header h1 {
    font-size: 50px;
    padding-top: 20px;
}
header h2 {
    font-size: 30px;
    padding-bottom: 20px;
}
section {
    text-align: center;
}
main p {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}
main img {
    width: 200px;
    height: 300px;
}
main h3 {
    text-align: center;
    color: #0e2549;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(250, 235, 215, 0.283);
}
main h4 {
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
    color: #fffbf4;
}
ul {
    list-style-type: none;
    text-align: center;
}
footer {
    text-align: center;
    background-color: #0e2549;
    color: beige;
    padding-top: 5px;
    padding-bottom: 5px;
}
a:link {
    color: rgba(6, 12, 57, 0.991);
}
a:visited {
    color: rgba(6, 12, 57, 0.991);
}
a:hover {
    color: #e8e8f1;
}
#lista1 li {
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
}

#multimedia div {
    justify-content: center;
    align-content: center;
}

.instagram-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.instagram-container {
    display: flex;
    justify-content: center;
    align-content: center;
}
