@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body{
    background-color:#000000;
    color:#fff;
    font-family:"Bebas Neue", sans-serif;
    font-weight: 400px;
}

header{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: linear-gradient(to right, black);
    width: 100vw;
    align-items: center;
}

header img{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: linear-gradient(to right, yellow);
}

nav{
    text-align: center;
}

nav a{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 12px;
    margin: 0px 20px;
}

nav a:hover{
    color: #ffffff;
    background-color: rgb(221, 188, 0);
    border-radius: 3px;
}

main{
    text-align: center;
    margin: 20px;
}

#frase-de-efeito{
    letter-spacing: 1px;
    color: rgb(182, 13, 182);
    background-color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    text-shadow: 0px 0px 8px #fff;
}

h1{
    color: rgb(208, 255, 0);
    font-size: 2rem;
    margin: 20px;
}


h2{
    color: whitesmoke;
}

.main-container{
    display: flex;
    max-width: 1000px;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.main-container p {
    font-weight: 450;
    color: #0D0D0D;
    margin: 5px;
}

.main-block{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 200px;
    background-color: rgb(0, 0, 0);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #888888;
    justify-content: space-evenly;
    align-items: center;
}

.main-block img {
    width: 100%;
}

.main-block a {
    color: black;
    background-color: #fff;
    text-decoration: none;
    padding: 5px 12px;
    margin: 3px 0px;
    border-radius: 15px;
    font-weight: 500;
    text-decoration: none;
}

.main-block a:hover{
    color: #ffffff;
    background-color: rgb(0, 0, 0);
}


.topicos{
    text-align: center;
}

 #topo a:hover {
    color: floralwhite;
 }

 figure{
    margin: 15px 0px;
    text-align: center;
}

figure a img{
    width: 550px;
    height: auto;
    border-radius: 5px;
}

 figcaption{
    font-size: 0.9rem;
}

.table-responsive{
    width: 100%;
    overflow: auto;
}

table{
    border-collapse: collapse;
    text-align: center;
    margin: 0px auto;
}

th{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 10px;
}

td{
    background-color: rgb(0, 0, 0);
    padding: 10px;
}


td a{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
td a :hover{
    color: aqua;
}

  .redes-sociais{
    margin-top: 10px;
  }

 footer{
    background-color: rgb(116, 19, 19);
    text-align: center;
 }

 footer a:hover{
    color: #fff;
 }

 footer img{
    height: 24px;
    width: 24px;
    transition: transform 0.2s ease;
    margin: 0px 6px;
}