/*
Theme Name:     Theratio Child
Theme URI:      http://wpdemo.archiwp.com/theratio/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       theratio
*/

@import url("../theratio/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.container {
    background-color: rgba(0, 0, 0, 0.5);
	margin-top:100px;
	width:50%;
    padding: 20px 40px; /* Optional: Adds spacing inside the rectangle */
    display: inline-block; /* Optional: Keeps the box tightly wrapped around the text */
}
@media (max-width: 767px) {
    .container {
        width: 80%;       /* Prevents the box from touching the screen edges */
        padding: 10px 20px;   /* Shrinks the inner spacing for smaller screens */
        box-sizing: border-box;
    }