h1 {
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
padding: 20px 10px 5px;
|
|
margin: 5px;
|
|
}
|
|
|
|
p {
|
|
margin: 1px 0px 30px;
|
|
text-align: center;
|
|
}
|
|
|
|
#div-img {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
}
|
|
|
|
img {
|
|
width: 200px;
|
|
height: 200px;
|
|
}
|