File size: 732 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
42
43
44
45
46
47
48
49
.informacion {
  padding: 10rem;
  background-image: url("./../src/assets/fondoacercade.png");
  background-size: cover;
  background-position: center;
}

.foto img {
  height: 13rem;
  border-radius: 30%;
}

.cesar {
  padding: 10px;
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.texto-cesar span {
  font-family: "Times New Roman", Times, serif;
  font-size: 4.8rem;
  line-height: 0.5;
}

.texto-cesar p {
  width: 38rem;
}

.cesarin-contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cesarin {
  width: 53rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.cesarin span {
  font-family: cursive;
  line-height: 1;
  font-size: 4rem;
}