body { padding: 0; margin: 0; } .wrapper { position: relative; height: 400px; width: 100%; background-color: #1F3948; overflow: hidden; } .floating-nonsense { color: #4E606C; position: absolute; } .text { position: absolute; top: 10px; left: 10px; color: #E0DECF; font-family: sans-serif; font-size: 40px; font-weight: bold; }