#word { font-size: 80px; font-family: sans-serif; font-weight: bold; width: 100%; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); color: red; } #word img { height: 100px; width: 75px; } #word svg path { fill: #c00; } #word svg:hover path { fill: red; }