CSS @import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Encode+Sans+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
- { padding: 0; margin: 0; }
body { background-color: grey; color: white; height: 100vh; box-sizing: border-box; }
.Titulo-Principal{ color: #012A4A; }
.pagina-principal { display: flex; align-items: center; margin: 5%; justify-content: space-between; }
.Contenido-Principal { width: 615px; }
.Texto-Titulo { font-size: 40px; font-family: "Encode Sans Semi Condensed", sans-serif; }
.Texto-Parrafo { font-size: 20px; font-family: "Edu AU VIC WA NT Hand", cursive; }