body{
    background-color: rgb(49, 50, 5);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(49, 50, 5);
}

.container{
    margin: auto;
    width: 40%;
    background-color: white;
    height: 580px;
    text-align: center;
    margin-top: 5px;
}
img{
    width: 100px;
    height: 100px;
    margin-top: 5px;
}
.empty {
    margin-top: 10px;
    color: red;
}
button{
    background-color:rgb(49, 50, 5);
    width: 230px;
    height: 40px;
    border-radius: 10px;
    border-style: none;
    color: white;
}
textarea{
    width: 230px;
    height: 90px;
    border-radius: 10px;
    border: 1px solid rgb(49, 50, 5);
    outline-style: none;
   
}

.allMsg{
    width: 230px;
    margin: auto;
    padding-bottom: 20px;
}
p{
    border-radius: 10px;

    background-color: rgba(49, 50, 5, 0.367);
    outline-style: none;
    
}
.content{
    width: 100%;
    margin: auto;
    height: auto;
    background-color: white;
}
