body{ margin: 0px; padding: 0px; background-color: #c3c8c8; font-family: Verdana, Geneva, Tahoma, sans-serif; animation: otvaranjeStranice 3s; } @keyframes otvaranjeStranice { from{ opacity: 0; } to{ opacity: 1; } } header, footer, section { max-width: 1280px; margin: 0px auto; } a { text-decoration: none; } .brojke { font-family: Arial, Helvetica, sans-serif; } .okvirKukiDesktop { background-color: rgba(0, 0, 0, 0.798); height: 380px; width: 100vw; display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; top: 760px; color: white; } .okvirKukiIzbornika { margin-top: 50px; } .kukiParagrafDesktop { width: 40vw; font-size: 20px; line-height: 35px; text-align: center; } #kukiPotvrdniOdgovorDekstop, #kukiNegativniOdgovorDekstop { font-size: 22px; padding: 15px; border: none; color: white; width: 200px; } #kukiPotvrdniOdgovorDekstop, #kukiNegativniOdgovorDekstop:hover { cursor: pointer; } #kukiPotvrdniOdgovorDekstop { background-color: green; } #kukiNegativniOdgovorDekstop { background-color: red; margin-left: 5vw; }