img { border-radius: 10px; } body{ margin: 0; padding:0; } #titleDiv { background-image:url('../assets/deb.webp'); width: 100%; display: flex; align-items: center; flex-direction: column; justify-content: center; background-position: center; color :white; } #title p { background-color: grey; border-radius: 5px; } #title { font-size: 20px; padding: 20px; height: 70%; align-items: center; color: white; background-color: #00DBFF; } #key { display: flex; justify-content: center; color: black; } #key p { background-color: grey; border-radius: 3px; padding:10%; }