.generalPanel{ margin-right: auto; margin-left: auto; margin-top: 15%; margin-bottom: 15%; width:70%; background: rgba(150, 0, 0, 0.212); border-style:solid; border-width:10px; border-color: white; border-radius:10px; } .title{ text-align: center; font-size: 200%; } .dragndrop{ background: rgba(0, 0, 0, 0.212); border-style:dotted; border-width:7px; border-radius:10px; width:80%; margin: auto; } .dragndrop:hover{ background: rgba(100, 100, 100, 0.212); } .dragndrop img{ margin-left: 46%; margin-bottom: 20%; width:8%; } .dragndrop:hover img{ margin-left: 45%; margin-bottom: 17.34%; width:10%; } .dragndrop-title{ text-align: center; margin-top:10%; } .warning{ text-align: center; color: white; }