/*
Theme Name: Tema Portal Transoares
Theme URI: https://transoares.com.br/
Author: Seu Nome
Author URI: https://seusite.com.br/
Description: Tema personalizado para redirecionamento automático.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: redirecionamento, manutenção, personalizado
Text Domain: tema-redirecionamento
*/

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    font-family: Arial, sans-serif;
    color: #fff;
    text-align: center;
}

.container {
    max-width: 600px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.logo {
    width: 600px;
    margin-bottom: 20px;
}

a {
    color: #ffd700;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
