body{
font-family: Arial, sans-serif;
margin: 20px;
font-size: 14px;
text-align: justify;
background-image: url(Images/mamanema.jpg);
background-repeat: no-repeat;
background-size: cover;
background-color: rgb(207, 205, 205);
background-blend-mode: lighten;
font-style: oblique;
}

h1, h2, h3 {
color: #6a00ff;
}
table {
color: rgb(0, 0, 0);
background-color: rgb(255, 255, 255);
}
button {
background-image: radial-gradient(circle, #ffffff, #d38ff7);
color: rgb(0, 0, 0);
}
a{
font-weight: bold;
text-decoration: none;
}
a:visited {
color: #120957;
}
a:hover{
    color: #ff00ff;
}
a:active{
    color: #ff0000;
}
fieldset {
    padding: 10px;
}
.navegar{
    background-color: rgb(97, 97, 245);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    overflow-x: auto;
    height: auto;
    width: auto;
}
.navegar .logo{
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.navegar a{
    color: black;
    text-decoration: none;
    padding: 10px 15px;
    transition: background 0.25s ease;
}

.navegar a:hover{
    background-color: #02028a;
    border-radius: 5px;
    color: white;
}

.navegar .menu{
    display: flex;
    gap: 10px;
}
