Hola, comparto mi avance:
body{
background-color: rgb(156, 126, 146);
color: white;
text-align: center;
}
h1,h3,p{
vertical-align: inherit;
font-style:normal;
}
p{
font-size: 20px;
column-gap: 20px;
width: 40%;
text-align:center;
margin:auto;
}
img {
width: 500px;
height: auto;
display: block;
margin: auto;
}
a{
display: inline-block;
font-size: 20px;
width: auto;
text-align: center;
margin: 0 10px;
color: #19132d;
}
h1, p{
margin-bottom: 40px;
}
img, a, h3 {
margin-bottom: 20px;
}
strong{
color: rgb(128, 16, 126);
font-family: Impact, Haettenschweiler, 'sans-serif', sans-serif;
}