* { box-sizing: border-box; } body { font-size: 16px; background-image: url(/img/bg/bg.webp); background-repeat: repeat; } #container { max-width: 996px; margin: 0 auto; } .form-group { margin-bottom: 0.5rem; label { display: block; font-size: 0.8rem; } input { width: 100%; } } .mb-1 { margin-bottom: 1rem; } .mb-2 { margin-bottom: 2rem; }