html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-image: url("Header\ Playas.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

img {
transform: scale(0.8);
}

header {
    background-color: rgb(156, 54, 54);
    width: 100%;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.contenedor {
    background-color: white;
    width: 100%;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav {
    background-color: transparent;
    width: 80%;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

li {
    list-style-type: none;
    display: inline;
    margin-right: 5%;
    text-decoration: none;
    color: White;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

a {
    text-decoration: none;
    color: black;
}

.logo {
    background-color: transparent;
    width: 20%;
    align-items: center;
    text-align: center;
    font-size: 20px;
}

img {
    width: 150px;
    height: auto;
}

