body { margin-top: 20px; } .button_plus { display: flex; justify-content: center; cursor: pointer; margin-left: 47.2%; margin-bottom: 20px; width: 6em; height: 2.5em; cursor: pointer; margin-top: 7px; line-height: 2.4em; vertical-align: middle; font-weight: 550; text-align: center; text-decoration: none; user-select: none; color: rgb(41, 14, 66); outline: none; border: 1px solid rgba(110, 121, 128, 0.8); border-top-color: rgba(0, 0, 0, 0.3); border-radius: 5px; background: rgb(206, 220, 231) linear-gradient(rgb(206, 220, 231), rgb(106, 70, 148)); box-shadow: 0 -1px rgba(10, 21, 28, 0.9) inset, 0 1px rgba(255, 255, 255, 0.5) inset; } .button_plus:hover { background: linear-gradient(#baa7cc, #9285b4); } .pane { background-color: white; width: 99%; height: 300px; margin-left: 10px; margin-bottom: 30px; border: dotted; } .input_title { margin-left: 37.5%; width: 400px; } .text_desc { margin-left: 37.5%; width: 400px; } .text { margin-left: 37.5%; font-size: 17px; color: rgb(197, 193, 226); } .button_submit { cursor: pointer; margin-bottom: 90px; margin-left: 46%; width: 10em; height: 2.5em; cursor: pointer; margin-top: 30px; line-height: 2.4em; vertical-align: middle; font-weight: 550; text-align: center; text-decoration: none; user-select: none; color: rgb(41, 14, 66); outline: none; border: 1px solid rgba(110, 121, 128, 0.8); border-top-color: rgba(0, 0, 0, 0.3); border-radius: 5px; background: rgb(206, 220, 231) linear-gradient(rgb(206, 220, 231), rgb(106, 70, 148)); box-shadow: 0 -1px rgba(10, 21, 28, 0.9) inset, 0 1px rgba(255, 255, 255, 0.5) inset; } .button_submit:hover { background: linear-gradient(#baa7cc, #9285b4); } .styles { padding-left: 10px; color: rgb(196, 192, 192); padding-bottom: 30px; }