body { background-color:#121212; color: #f5f5f5; font-size:20px; font-family: 'Lato', sans-serif; width:1000px; height:auto; margin-left:auto; margin-right:auto; } h1 { font-family: 'Shojumaru', cursive; color: #f5f5f5 } ul { list-style: none; width: 800px; } ul li { font-size: 25px; letter-spacing: 2px; padding: 20px; background-color: #2a2a2a; } .pytanieKontener { display: none; width: inherit; padding: 12px; height: 300px; } li:hover .pytanieKontener { display: block; } li:hover span { padding: 5px; background: #121212; border-radius: 5px; transition-duration: 0.2s; } input{ margin-right: 10px; margin-bottom: 15px; transform: scale(2); } .bossImg{ width: 400px; height: 300px; object-fit: cover; float: left; margin-right: 30px; border-radius: 5px; } h3{ display: inline; } button { padding: 20px; background-color: #0078f2; color: white; font-size: 20px; border: 2px solid white; margin-top: 5px; margin-right: 20px; } button:hover { opacity: 0.5; transition-duration: 0.2s; cursor: pointer; }