html{ box-sizing: border-box; scroll-behavior: smooth; } body { background-color: rgba(97, 76, 238, 255); color: white; } header{ margin-left: auto; margin-right: auto; width: 90%; margin-top: -60px; } header h1 { color:white; font-size: 70px; text-align: center; font-family: Calibri, sans-serif; } .parent { display: flex; align-content: center; justify-content: center; flex-direction: column; } .camera { /* width: 50%; */ align-self: center; margin-left: auto; margin-right: auto; text-align: center; margin-top: -53px; } .range_form { align-self: center; margin-top: -35px; } .range_form h2{ text-align: center; font-family: Calibri, sans-serif; }