.body {
  font-family: 'Open Sans',sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald,sans-serif;
}
.body {
  color: #111111;
  background-color: #ffffff;
  --effect-scale: 1.1;
}

.imagenes-redondas{    
  border-radius: 50%;
    width: 300px;
    height: 300px;

  }
  