body {

    .overlay-main {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 24px;

        .header {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

            .name {
                /* padding-bottom: 6px; */
            }
        }
    }
}