/*

Theme Name: fortunetellerpsychic
Author: fortunetellerpsychic

*/
@font-face {
  font-family:official;
  src: url('TT Interphases Pro Trial Condensed Regular.ttf');
}

ul, ol {
    margin: 20px;      /* Removes default outer margins */
    padding: 0;     /* Removes default inner padding (which controls indentation) */
}

a {
text-decoration:none;
color:#000;
font-weight:bold;
}
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family:official;
        }
        
        body {
            background-color:#E7E7E7;
            color: #fff;
            min-height: 100vh;
            padding: 40px 20px;
			font-family:official;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        h1 {
            color: white;
            font-size: 2.8rem;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .subtitle {
            color: #000;
            font-size: 1.2rem;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }
        
        .divs-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 30px;
            margin-top: 30px;
        }
        
        .yellow-div {
            background-color:#fff;
			color:#000;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        
        .yellow-div:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
        }
        
        .div-title {
            font-size: 1.6rem;
            margin-bottom: 15px;
            color: #000;
            border-bottom: 2px solid rgba(0, 0, 0, 0.1);
            padding-bottom: 10px;
        }
        
        .div-content {
            color: #444;
            line-height: 1.6;
            flex-grow: 1;
        }
        
        .icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
            text-align: center;
        }
        
        footer {
            text-align: center;
            margin-top: 60px;
            color: white;
            font-size: 0.9rem;
            opacity: 0.8;
        }
        
        @media (max-width: 768px) {
            .divs-container {
                grid-template-columns: 1fr;
            }
            
            h1 {
                font-size: 2.2rem;
            }
        }
        
        @media (max-width: 480px) {
            .divs-container {
                grid-template-columns: 1fr;
            }
            
            .yellow-div {
                padding: 20px;
            }
            
            h1 {
                font-size: 1.8rem;
            }
        }

.logo{width:5%;vertical-align:middle;}

@media only screen and (max-width: 699px) {
.logo{width:10%;vertical-align:middle;}
}