body{ display: flex; flex-direction: column; justify-content: center; font-family: 'Special Elite', cursive; } h1{ text-align: center; color: #d3a625; } h4{ color: #696969; text-align: center; } h2{ text-align: center; } div{ text-align: center; } img{ width: 20%; } button{ color: white; border-radius: 2px; border: 1px solid grey; background-color: #696969; font-family: 'Special Elite', cursive; padding: 10px; width: 200px; text-align: center; }