body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } .navCountry { display: inline-block; } .country ul { display: flex; justify-content: space-around; } .productItemsRow h1 { text-align: center; position: relative; } .leftimg{ float: left; } #travelCountry { display: flex; flex-wrap: wrap; justify-content: space-around; margin: 10px; } .text:after { display: block; content: '.'; height: 0; overflow: hidden; clear: both; } .Logo { width: 5%; } .hover { text-align:center; color: black; position: absolute; margin-top: -5em; margin-left: 5em; font-size: 50px; font-weight: bold; opacity: 0; } .picture:hover~div { opacity: 1; transform: rotate(360deg); transition: 0.8s ease; color: rgb(1, 10, 1); } .picture:hover { opacity: 0.5; }