@import url('https://fonts.googleapis.com/css2?family=Beth+Ellen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lancelot&display=swap');

body {
    background-color: #D4DCD1 ;
       
}
.menu {
    display: flex;
    justify-content: center;
    list-style: none;
    background-color: #293764;
}

.menu a {
    margin: 0 30px;
    text-decoration: none;
    color: #e2e4ec;
    font-size: 20px;
    font-family: 'Lancelot';
}

h1{
    text-align: center;
    color: #908179;
    font-family: 'Beth Ellen';
    font-size: 50px;
}
p{
    color: #293764;
    margin: 30px;
    text-align: center;
}
.museo{
    width: 60%;
    padding: 10px;
    margin: 10px auto;
    border: 6px solid #202b53;
    background-color: #293764;
    position: relative;
    overflow: auto;
}
h3{
    font-family: 'Beth Ellen';
    color:#ffffff;
    font-size: 30px;
    margin: 5px 0;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}
 .museo p {
    color:#ffffff;
    font-family: 'Lancelot';
    font-size: 18px;
}

img{
    width: 250px;
    height: 200px;
    overflow: auto;
    margin: 10px;
}

.izquierda{
float: left;
}

.derecha{
    float: right;
}
.museo.izquierda img {
    float: left;
}
.museo.derecha img{
    float: right;
}
footer{
    background-color: #293764;
    clear: both;
    padding: 5px;
    text-align: center;
    list-style: none;
}
footer a{
    color:#D4DCD1;
    font-family: 'Beth Ellen';
    justify-content: center;
    text-decoration: none;
}