.buttons { display: Flex; justify-content: center; gap: 30px; position: relative; } .no-wrapper{ position: relative; } .bnt { width: 120px; cursor: pointer; user-select: none; } .yes-btn, .no-btn { width: 120px; height: auto; display: inline-block; } .letter-window.open { transform: scale(1); opacity: 1; } h1 { font-size: 30px; margin: 1; } p { font-size: 40px }