*{ font-family: Georgia, sans-serif; } body{ display: flex; flex-direction: column; justify-content: start; } #container1 { padding: 40px; } .input-password, .input-login{ width: 200px; height: 30px; margin: 5px; font-size: 16px; } .label{ margin: 5px; } .button-for-form{ width: 70px; height: 30px; margin: 10px; border-radius: 4px; } .div1{ height: 40px; width: 250px; border-radius: 15px; margin: 10px; background-color: rgb(0,0,0); } .wrapper{ display: flex; justify-content: center; align-items: center; flex-direction: column; } .list { display: flex; justify-content: center; flex-direction: column; } .li { text-decoration: none; } .div { display: flex; align-items: center; } .button { margin: 5px 15px; height: 25px; border: 1px solid tan; border-radius: 3px; cursor: pointer; background-color: cornsilk; color: darkred; position: relative; font-weight: 600; left: 10px; } .button:hover { height: 25px; border: 1px solid darkred; border-radius: 3px; cursor: pointer; background-color: darkred; color: white; }