@charset "UTF-8";
/* CSS Document */
html{
    font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    background-color: rgba(38,38,38,1.00);
    font-size: 62.5%;
    color: darkgrey;
}
a:link{
    text-decoration: none;
	color: #EFE5E5;
}
a:hover{
	color: red;
}
a:visited{
	color: orange;
}
body{
    background-image: url("../img/DAL-1993-arcon-collage-Pattern-b.png");
    margin: 1% 0%;
}
.contenedor {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.contenedor img{
    max-width: 400px;
}
.contenedor p{
    max-width: 400px;
    font-size: 1.2em;
    text-align: justify;
}
nav ul {
    list-style-type: none;
}
.contcar{
    padding: 0 1%;
    display: flex;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.card {
    width: 350px;
}
.card ul{
    list-style-type: none;
    font-size: 1.4em;
    line-height: 1.6;
}
.card h2{
    color: orange;
    font-size: 1.6em;
}
.card p{
    font-size: 1.4em;
}
.card h3{
    color: red;
}
.pyc{
    display: flex;
    font-size: 1.6em;
    line-height: 1.9;
    margin: 2em 0 0 0
}
.pyc img{
    box-shadow: 2px 2px 9px white
}