@media screen and (min-width: 840px) {
    #project-body{
        position:absolute;
        top:60px;
        right:60px;
        left:60px;
        bottom: 60px;
        background:#ffffffC0;
        display: flex;
        flex-direction:column;
    }
    #sumary-div{
        width:400px;
        margin: 0;
    }
    #project-body-body{
        position:relative;
        flex-direction: row-reverse;
        flex-grow:1;
        overflow: hidden;
        display: flex;
    }
    h1{
        margin: 40px;
        text-align:center;
        font-size:40pt;
    }
}

@media screen and (max-width: 840px) {
    #project-body{
        position:absolute;
        top:0px;
        left:0px;
        background:#ffffffC0;
        display: flex;
        flex-direction:column;
        width:100%;
        height:100%;
    }
    #project-body-body{
        position:relative;
        flex-direction: column-reverse;
        flex-grow:1;
        overflow: hidden;
        display: flex;
    }
    h1{
        margin: 20px;
        text-align:center;
        font-size:25pt;
    }
    #contribution img{
        display:none;
    }
    #sumary-div{
        width:90%;
        margin: 5%;
    }
}


#desc-div{
    margin: 0;
    max-height: 100%;
    overflow-y: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}


#desc{
    margin: 0px 30px;
    text-align: justify;
}

#header-img{
    background-image: url("rafaspol.png");
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center top;
    height: 40vh;
}

#labels{
    width: 100%;
}
#labels span{
    text-align: center;
    width:33%;
    float: left;
}

#sumary{
    width: 100%;
}
#sumary span{
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
    width:33%;
    float: left;
}
#bar{
    background: #333;
    width:90%;
    margin:5%; 
}
#contribution{
    margin: 0 20%;
    background: #FFF;
    padding: auto;
    text-align: center; 
}
#pix-key{
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center; 
}
#pix-key span{
    text-decoration: underline;
    color: #00F;
}
#contribution img {
    width: 75%;
}

#list{
    margin: 20px 5% ;
    width: 90%;
    text-align: center;
}

body{
    font-family: "Robot", sans-serif;
    background:#af0d29;
    padding:0px;
    margin:0px;
}


h2{
    margin: 0px;
    padding: 20px 20px 0px 20px;
    font-size:15pt;
}

.project-icon{
    width: 300px;
    height: 200px;
    margin: 20px;
}

.project-icon img{
    border-radius: 20px;
    border: solid 1px black;
    position: relative;
    width: 300px;
    height: 200px;
}

.project-icon p{
    border-radius: 20px;
    position: relative;
    font-size: 30px;
    margin: 0px;
    top: -45px;
    left: 0;
    height: 40px;
    text-align: center;
    background-color: #FFFA;
}

.big-button{
    border-radius: 20px;
    background: #B22;
    color: #FFF;
    font-size: 20px;
    padding: 20px;
    width: 200px;
    text-align: center;
    
}
tr:nth-child(odd){
    background: #FFF;
}
tr:nth-child(even){
    background: #FCF;
}

::-webkit-scrollbar {
    width: 6px; /* Largura da barra de rolagem */
    height: 6px; /* Altura para rolagem horizontal */
}

::-webkit-scrollbar-track {
    background: transparent; /* Fundo da trilha da barra de rolagem */
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Cor da barra com transparência */
    border-radius: 10px; /* Cantos arredondados para um visual minimalista */
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5); /* Cor mais escura ao passar o mouse */
}
