Spaces:
Running
Running
File size: 339 Bytes
aedd342 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | .container {
display: flex;
gap: 30px;
flex-wrap: wrap;
justify-content: center;
}
.my-interests {
text-align: center;
background-color: var(--amarilloclaro);
padding-top: 0.5rem;
padding-bottom: 5rem;
}
.my-interests h2{
font-family: 'Times New Roman', Times, serif;
font-size: 60px;
color: var(--rojoclaro);
}
|