﻿.frustica-banner {
    background: #6ec6ff;
    color: #ffeb3b;
    font-size: 28px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 12px;
    margin: 15px auto 25px auto;
    width: 95%;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    letter-spacing: 1px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.frustica-logo {
    height: 60px;
    width: 60px;
    object-fit: contain;
    border-radius: 50%;
    background: white;
    padding: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.frustica-title {
    flex-grow: 1;
    text-align: center;
}

.frustica-home {
    font-size: 54px;
    color: #ffeb3b;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    padding: 5px 10px;
    transition: 0.2s;
}

.frustica-home:hover {
    transform: scale(1.15);
}
