.brx-body { min-height: 100vh; } .rainbow-header { position: relative; } .rainbow-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 0.5px; background: linear-gradient( 90deg, rgb(2, 173, 237), rgb(128, 200, 128), rgb(254, 228, 20) ); } .image-radius img { border-radius: 10px; } table { border-collapse: separate; border-spacing: 0; border-top: 1px solid white; margin-bottom: 28px; width: 100%; text-align: left; } td, th { border-bottom: 1px solid #aaaaaa; height: 40px; } th { border-top: 5px solid #555555; color: #ffffff; padding: 10px; text-transform: uppercase; background-color: #49494b; } table, td, th { vertical-align: middle; }