body { background-image: url("http://i.imgur.com/PSMsnS9.png"); background-attachment: fixed; font-family: Arial, sans-serif; text-align: center; } .content { position: absolute; top: 10%; bottom: 15%; left: 15%; right: 15%; padding-top: 50px; background: white; } form { width: 95%; margin: auto; } .weapon-container { background: white; width: 100%; } .weapon-pair { display: inline-flex; flex-direction: column; /* Stack dropdown and output vertically */ align-items: center; /* Center content horizontally */ margin: 20px; width: 20%; } .weapon-output { border: 1px solid #ddd; padding: 10px; text-align: center; width: 100%; height: 200px; margin-top: 10px; } .weapon-output img { width: 30%; height: auto; padding: 3px; background: white; } .weapon-output .iconType { width: 20px; padding: 0; } select { padding: 10px; font-size: 16px; width: 100%; margin-top: 10px; } .weapon-output p { margin: 5px 0; font-weight: bold; } .left_dmg { display: inline-flex; width: 45%; height: 50px; border: 1px solid black; border-right: 1px solid black; } .right_dmg { display: inline-flex; width: 45%; height: 50px; border: 1px solid black; border-left: 0; }