#div-home{
    height: 100vh;
    width: 100wv;
    background:hsl(320, 5%, 22%);
    display: grid;
    color: rgb(217, 217, 211);
    justify-items: center;
    align-content: center;
}

#div-home div{
    justify-items: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#div-home div img{
    padding: 0 0 2em 3em;
    margin: 0 0 0 0;
    height: 90%;
    width: 96%;
}

#div-home div h1{
    margin: 0 1rem 0 1rem;
    align-content: center;
    justify-content: center;
}

#div-sobre{
    height: 100vh;
    width: 100wv;
    background: rgb(169, 82, 53);
    display: grid;
    grid-template-columns: 3fr 6fr;
}

#div-sobre div{
    margin: auto;
}


#div-midia{
    width: 100wv;
    background:rgb(59,53,57);
    display:grid;
    grid-template-columns: repeat(3,1fr);
    padding: 2em 0 2em 0;
    align-content: center;
    justify-items: center;

}

#div-midia img{
    height: 400px;
    width: 400px;
    margin-bottom: 2em;
}



#div-agenda{
    min-height: 100vh;
    width: 100wv;
    background: rgb(169, 82, 53);
    font-size: x-large;
    display: grid;
    align-content: center;
    justify-items: center;
}
#div-agenda li{
    list-style: none;
}

#div-contato{
    height: 35vh;
    width: 100wv;
    background:rgb(59,53,57);
    align-content: center;
    
}
#div-contato div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 2px 0 0 20px;

}

#div-contato{
    text-align: center;
    color: rgb(217, 217, 211);
}