body{
    
    
    color: dimgray;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 100;
    line-height: 1.3;
    margin: 0 auto;
   
}

h1 {
  color: Black;
  font-family: 'Slabo 27px', serif;
}

h2, h3, a {
    font-family: 'Bahiana', cursive;
}

a{
    color:cadetblue
}

img {
    max-width: 100%;
    height:auto;
}

.maindiv{
    
    text-align: center;
    padding: 10%;
}

/*

 
}

h2 {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 28px;
  font-weight: 100;
}

h3 {
  color: #FFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0px;
  text-align: center;
}

h4 {
  color: #CCC;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
    font-weight: 300;
}

p {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  width: 60%;
}

/* Add the class selector to this CSS rule 

.partner {
  padding: 20px;
  margin: 0 auto;
  border-bottom: 1px solid #EEE;
}

.partner img {
  position: relative;
  top: 6px;
}

.aa-logo {
  padding-left: 6px;
}

.main {
  background: url("https://s3.amazonaws.com/codecademy-content/courses/web-101/unit-5/shards.png");
  margin: 0;
  padding: 40px;
}

.value-props {
  margin: 40px auto;
  width: 60%;
}

.prop {
  border: 1px solid #FFF;
  padding: 40px 0px;
  margin: 5px 0px;
}

.prop h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
}

.partner, .prop {
  text-align: center;
}


    

/*.divclass{
    font-size:50px; 
    font-family: 'Roboto', sans-serif;
}
h1{
    
    color:darkgray;
    font-size: 20px;

}

h2{
    color:forestgreen;
    font-size: 20px;
    
}
p{
    color:orange;
}

a{
    color:aqua;
    text-decoration: none;
    
}

#enlacecolor{
    color: red;
    
}*/