/*
Theme Name: CLS Team
Theme URI: https://example.com/
Author: CLS Team
Description: Tema WordPress convertido a partir do HTML original.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: cls-team
*/

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body, td, th {
    color: #000;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    position: relative;
    font-family: 'Rajdhani', sans-serif;
    background-image: url("https://media.tenor.com/ooQE86qzDzsAAAAM/orochinho.gif");
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 3px 3px 2px black, 6px 6px 5px black, 6px 6px 5px black;
}

a:visited,
a:hover,
a:focus {
    text-decoration: none;
    color: white;
}

h1 {
    color: white;
    background: red;
    font-size: 20px;
    min-height: 20px;
}
