body{
background-color:black;
}
header{
background-color: #52b35f;
height: 120px;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 5px;
}
nav{
background-color:0;
margin-top: 20px;
width: 100%;
height: 80px;
display: flex;
align-items: center;
}
ul{
background-color:0;
display: flex;
align-items: center;
width: 100%;
justify-content: space-evenly;
margin-top: 5px;
}
li{
background: 0;
display: inline;
padding: 10px;
margin-left: 2px;
border-radius: 15px 50px 50px 50px;
}
.menu a{
color: white;
font-size: 35px;
background-color:#499e55;
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: bold;
padding: 10px;
margin: 5px;
border-radius: 10%;
text-decoration: none;
}
h1{
text-align: center;
color: white;
font-size: 50px;
}
strong{
color: cadetblue;
}
h2{
color: white;
font-size: 35px;
text-align: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
p{
color: rgb(194, 165, 165);
text-align: center;
font-size: 25px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
a{
color: white;
font-size: 25px;
background-color: rgb(95, 39, 133);
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
padding: 10px;
margin: 20px;
border-radius: 10%;
text-decoration: none;
}
.enlace{
display: flex;
align-items: center;
justify-content:center;
margin-top: 20px;
}
img{
border-radius: 10px;
}
.imagen{
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
}