#menu-adm{
    background-color: white;
    height: 80px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.link{
    color: #ca232b;
    text-decoration: none;
    font-size:30px;
}
.link:hover{
    color: #ca232b;
    
}
.postagem{
    margin-top:20px;
    background-color: white;
    border-radius: 15px;
    width:900px;
    text-align: left;

}

#info-adm{
   
    font-size:20px;
}
#titulo-adm{color:black;}


.form-adm{
    background-color:white;
    border-radius: 15px;
    padding: 10px;
    height: 750px;
}
.input-add{
    border-radius: 5px;
    width:30%;
}
#corpo{
    width: 30rem;
    height:30rem;
    margin:100px auto;
    box-shadow: 2px 2px 20px black;
}
.formulario{
    margin-top: 100px;

}
.input{
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    
}
.inputTres{
    padding: 5px;
    width: 30%;
    border-radius: 5px;
    
}
.inputDois{
    padding: 5px;
    margin-top: 25px;
    width: 100%;
    border-radius: 5px;
}
.postagemD{
    margin-top:20px;
    background-color: white;
    border-radius: 15px;
    width:1250px;

    text-align: left;
}
.titulo{
    color: #ca232b;
    text-decoration: none;
  
}
.info-adm{
    color:#6c757d;
}
.info-post{
    color:#6c757d;
    font-size:20px;
}
@media (max-width:600px){
 
    #corpo{
        width: 20rem;
        height:25rem;
     
    }

}


