@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@200;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Julee&family=Nothing+You+Could+Do&display=swap');


body
{
    background-color:rgb(45, 42, 65);
    color: rgb(255, 255, 255);
    font-family: 'Saira Condensed', sans-serif;
}

footer
{
    height: 90px;
}

h1
{
    font-size: 3em;
    text-shadow: blueviolet 0px 9px 9px 3px ;
}

.link
{
    text-decoration: none;
    color: rgb(72, 107, 204);
    display: block;
    padding: 0.5%;
    font-size:xx-large;
}
.link:hover
{
    font-weight: 900;
    color: aqua;
    text-shadow: aqua 0px 0px 9px;
}

.voltar
{
    position: fixed;
    top: 90%;
}

summary
{
    font-size: 1.8em;
}

table
{
    font-family: 'Julee', cursive;
    box-shadow: rgba(245, 222, 179, 0.397) -3px 3px 6px 0px;
}
