File size: 609 Bytes
aedd342
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.presentation {
  background: var(--azuloscuro);
  position: relative;
}

.container-presentation {
  padding-left: 20rem;
  padding-right: 20rem;
  align-items: center;
  display: flex;
  justify-content: center;
}

.container-presentation p {
  width: 600px;
}

.container-presentation p span {
  color: #9e3623;
}

.container-presentation img {
  padding-left: 50px;
}

.izquierda {
  padding-top: 5%;
  padding-bottom: 5%;
}

.izquierda h1 {
  color: var(--amarilloclaro);
  line-height: 1.8;
}

.izquierda p {
  color: var(--celeste);
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
}