*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}




.fontd{
    margin: 0px 0px 20px 0px;
    font-size: 29px;
    font-family: 'Caveat', cursive;
}

.ancor { color: inherit; 
    text-decoration: none;
    letter-spacing: 1px;
} 

.media{
    color: aliceblue;
}

.block{
    width: 100px;
    height: 100px;
    margin: 10px auto;
    display: block;
}

#logo{
    border-radius: 50%;
}

.margin15{
    margin: 0px 0px 0px 0px;
}

.icon{
    display: inline-block;
    width: 32px;
    height: 32px;
}
#feitopor{
    color: white;
    background-color: #1A1818;
    margin-bottom: 0px; 
    margin-top: 20px;
}
.fontd2 {
    font-family: 'Caveat', cursive;
    font-weight: 0;
    font-size: 25px;
    text-align: center;
    
}

.media{
    margin: auto;
    width: min-content;
    display: grid;
    height: 64px;
    grid-template-columns: 32px calc(100% - 32px);
    grid-template-rows: 1fr 1fr;
    text-align: left;
    grid-gap: 10px;
    line-height: 35px;
}
@media only screen and (max-width: 768px){
    #conteiner{
        display: grid;
        width: 100%;
        height: calc(100%-30px);
        margin: auto;
        background-color: #1A1818;
        grid-template-rows: 1fr 1fr 1fr;
    }
    .div1{
        background-color: #1A1818;
        margin: auto;
        width: 100%;
        height: 100%;
    }
    .division-bar {
        display: none;
    }
    #feitopor{
        color: white;
        background-color: #1A1818;
        margin-bottom: 0px; 
        margin-top: 0px !important;
    }
    footer { 
        position: relative !important;
        height: 785px;
        background-color: #1A1818 !important;
        color: white !important ;
        text-align: center !important; 
    }
    body{
        font-size: 105%;
    }
}
@media only screen and (min-width: 768px){
    #conteiner{
        display: grid;
        width: 80%;
        height: 90%;
        margin: auto;
        background-color: #1A1818;
        grid-template-columns: 1fr 1px 1fr 1px 1fr;
        gap: 10px;
    }
    .division-bar {
        width: 1px;
        height: 65%;
        background-color: rgba(255, 255, 255, 0.374);
        margin-top: 60px;
    }
    .div{
        background-color: #1A1818;
        margin: auto;
        width: 99%;
        height: 100%;
    }
    #feitopor{
        color: white;
        background-color: #1A1818;
        margin-bottom: 0px; 
        margin-top: 30px !important;
    }
    footer{
        position: relative !important;
        height: 300px !important;
        background-color: #1A1818 !important; 
        color: white !important;
        text-align: center !important;
    }
}