button:hover {
    cursor:pointer;
}
body {
    background-image:url("https://wallpaperaccess.com/full/2224369.jpg");
    font-family:verdana;
}
#textandsend {
    position:fixed;
    display:flex;
    justify-content:space-between;
    width:80%;
    bottom:0px;
    margin:5px ;
    padding:20px;
  
}
#textbox {
    width:70%;
    font-size:17px;
    border-radius:20px;
    padding:5px;
    border:0px solid transparent;
    background-color:#4d4d4d;
    color:white;
}
::placeholder {
    color:grey;
} 
#sendbutton {
    font-size:17px;
    right:20px;
    background-color:#5cb85c;
    border-radius: 5px;  
}
p {
    padding:8px;
    max-width:300px;
    background-color:#4d4d4d;
    color:white;
    border-radius:5px;
}