.icon{width: 100px; height: 100px; border: 5px solid #111011; } h1{ font-size: 50px; font-family: Georgia, 'Times New Roman', Times, serif; font-style: italic; color: grey; font-weight: 200; margin-top: -27; z-index: 3; } .car { width: 100px; height: 100px; color: #111011; background-color:#111011; margin-top: -2px; border: 5px solid rgb(162, 89, 89); rotate: 50deg; z-index: 2; position: absolute; } p{ height: 60px; background-color: #030404; width: 150px; z-index: 3; position: absolute; margin-left: 116px; padding: 17px; margin-top: 15px; font-size: 7px; text-transform: uppercase; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-weight: 0; color: white; text-align: justify; border-top-right-radius: 10px ; } img{ z-index: 3; -webkit-filter: grayscale(100%) } img:hover{ -webkit-filter: grayscale(0%); -webkit-transition:all 0.3s; transition:all 0.3s; } .display{ display: flex; flex-direction: row; align-self: center; margin-top: 50px; margin-left: 50px; /* background-color: #111011; */ }