css: @font-face { font-family: 'Dancing Script'; src: url('czcionki/DancingScript-Regular.woff') format('truetype'); font-weight: normal; font-style: normal; } body { font-family: 'Dancing Script', serif; font-size: 120%; text-align: center; margin: 0; } header { display: flex; } .header-left { background-color: RosyBrown; width: 30%; } .header-right { background-color: RosyBrown; width: 70%; height: 100px; } .container { display: flex; } aside { background-color: RosyBrown; width: 30%; height: 350px; text-align: left; } section { width: 70%; height: 550px; overflow: scroll; margin-top: 0; } section h2 { margin-top: 0; } label { line-height: 50px; } .miniatura { width: 150px; transition: width 1s; } .miniatura:hover { background-color: Bisque; width: 200px; } html: