* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
    vertical-align: baseline;
}

body {
    /* background: url('../../image/Leonardo_Phoenix_10_Image_is_a_digital_illustration_depicting_0.jpg'); */
    background: linear-gradient(120deg, #000 50%, rgb(1, 7, 42) 100%);

    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 20px;

}

.container-img {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #000;
    padding: 0 20px;
    height: auto;
    border-radius: 30px;
    /* opacity: 0.7; */


    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    position: relative;
    left: -60px;
    color: #fff;
    font-size: 60px;
    font-weight: bold;


    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

span {
    font-size: 10px;
}

h2 {
    position: relative;
    left: 120px;
    color: #fff;
    font-size: 40px;
    padding: 10px 0;

    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.img {
    opacity: 0.7;
    border-radius: 100%;
}

.containerNav {
    width: 100%;
    /* max-width: 1000px; */
    /* margin: auto 230px; */
    padding: 35px;
}

.subNav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    padding: 0 20px;

    background: -webkit-linear-gradient(bottom, rgba(12, 65, 69, 0.8), rgba(8, 7, 7, 0.8));
    border-radius: 30px;
    height: 60px;
    width: 700px;
    margin: 0 auto;
}

ul li {
    list-style: none;
    list-style-type: none;

}

li a {
    font-size: 20px;
    text-decoration: none;
    color: rgb(175, 175, 175);

    font-family: "Iceland", serif;
    font-weight: 400;
    font-style: normal;

}

.span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
}


.container-input {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}


input:focus {
    border-color: #f461ff;
    outline: none;
    transform: scale(1.05);
}

#search {
    color: #000000;
    background-color: rgb(1, 6, 144);
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    margin-top: 0px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}


input {
    margin: 0 auto;
    vertical-align: middle;
    overflow: visible;
    font-family: 'Cascadia';
    font-weight: 300;
    display: inline-block;
    height: 20px;
    padding: 4px 32px 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #474646;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 196px;
    background-color: #fff;
    border: 1px solid #0A7985;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

/* =========== Parte princípal ========== */

table {
    width: 100%;
    /* max-width: 1000px; */
    /* min-width: 260px; */
    margin: 0 auto;
    padding: 20px;


    border-radius: 30px;
    box-shadow: 1px 1px 1px #bbb;
    /* margin: 110px; */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(5, 46, 44, 0.8));
}



tbody tr {
    display: inline-masonry;
    justify-content: space-between;
    align-items: center;


    padding: 30px;
    gap: 0 300px;
}

tr {
    border-bottom: transparent 1px solid;
    width: 100%;
}

td {
    font-family: "Geist Mono", serif;
    font-size: 1em;

}


tr:hover {
    background-color: #525151;
    border-radius: 8px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;

}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.date {
    color: #a9a9a9;
    text-align: right;
}

.size {
    color: #fff;
}

/* ============ footer ============== */


.container-footer {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

.div-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

    height: 20vh;
    background: linear-gradient(120deg, #000 50%, #012527 100%);
    border-radius: 8px 8px 0 0;

}

.div-footer p {
    font-family: "Geist Mono", monospace;
    font-weight: bold;
    color: #bbb;
    font-size: 13px;
}

.div-footer .imagem {
    border-radius: 100px;
}

.imagem {
    height: 40px;
    width: 40px;
}

/* ======== responsivo ========= */

@media only screen and (min-width: 280px) and (max-width: 500px) {
    .container-img {
       display: flex;
       justify-content: space-between;
       
    }

    h1 {
        display: none;
    }

    h2 {
        position: static;
        font-size: x-large;
    }

    .img {
        width: 100%;
    }

    .subNav {
        text-align: center;
        display: grid;
        width: 100%;
        height: auto;
        font-size: clamp(16px, 4vw, 20px);
    }

    .span {
        display: none;
    }

    .containerNav {
        width: 100%;
    }

    table {
        width: 100%;
        margin: 0 auto;   
    }

    tbody tr {
        display: table-footer-group;
    }


.div-footer {
    text-align: center;
}
}

@media only screen and (min-width: 501px) and (max-width: 900px) {
    .container-img {
       display: flex;
       justify-content: space-between;
       
    }

    h1 {
        display: none;
    }

    h2 {
        position: static;
        font-size: x-large;
    }

    .img {
        width: 100%;
    }

    .subNav {
        text-align: center;
        display: grid;
        width: 100%;
        height: auto;
        font-size: clamp(16px, 4vw, 20px);
    }

    .span {
        display: none;
    }

    .containerNav {
        width: 100%;
    }

    table {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: 0 auto;   
    }

    tbody tr {
        display: inline-table;;
    }


.div-footer {
    text-align: center;
}
}