.icon{ width: 100px; height: 100px; border: 5px solid #111011; /* z-index: 1 ; position: absolute; */ } h1{ font-size: 50px; font-family: Georgia, 'Times New Roman', Times, serif; font-style: italic; color: grey; font-weight: 200; margin-top: -27; /* margin-left: 30px; */ } h2 { width: 100px; height: 100px; color: #111011; background-color:#111011; /* background-color: white; */ /* stroke-width: 10px; stroke-opacity: inherit; */ border: 5px solid rgb(162, 89, 89); rotate: 50deg; z-index: -1; position: absolute; } .display{ display: flex; flex-direction: row; align-self: center; margin-top: 50px; margin-left: 50px; /* background-color: #111011; */ } p{ height: 60px; background-color: #030404; width: 150px; z-index: -2; 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{ -webkit-filter: grayscale(100%) } img:hover{ -webkit-filter: grayscale(0%); -webkit-transition:all 0.3s; transition:all 0.3s; }