/*
Theme Name: TikSwipe Child
Theme URI: https://www.wp-script.com/adult-wordpress-themes/tikswipe/
Template: tikswipe
Author: WP-Script
Version: 1.6.0.1769216390
Updated: 2026-01-24 00:59:50

*/
html, body {
    height: 100%; /* Ensure the body takes up the full viewport height */
    margin: 0; /* Remove default body margins */
}

.center-container {
    display: flex; /* Activate Flexbox on the container */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100%; /* Ensure the container takes up the full height of its parent (body) */
}

.centered-element {
    /* Optional: Add styles to visualize the centered element */
    width: 200px;
    height: 100px;
    background-color: lightblue;
    text-align: center;
}
