/*
	Theme Name: Vex Child
	Theme URI: https://rascalsthemes.com
	Description: Minimal Ajax Music Theme
	Template: vex
	Version: 1.0.0
	Author: You
	Author URI: http://your-site
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: four-columns, custom-background, custom-colors, featured-images, full-width-template, theme-options
	Text Domain: vex-child
*/


/*------------------------------------------------------------------
Add here your own styles
-------------------------------------------------------------------*/

.player {
	width: 360px;
	display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.center {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 60px;
}