body { background: #0f2424; background-image: url(/assets/glitchbg.jpg); background-size: 100%; background-repeat: repeat; min-height: 100vh; } .field-row__button { margin: .5rem auto .2rem; } .window { width: 50%; max-width: 350px; min-width: 200px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .window-body__content { display: flex; } .window-body__icon { height: 50px; width: 50px; } .window-body__message { display: inline-block; margin-left: 5%; margin-top: 15px; text-wrap: wrap; }