@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  outline: none;
  font-family: 'Roboto', sans-serif;
}
body {
  color: #212121;
}
.post {
  padding: 5px 10px;
  border-radius: 10px;
  display: table;
  background-color: #9e9e9e;
  color: #212121;
  font-weight: 500;
}
input {
  border: 1px solid #9e9e9e;
  padding: 6px;
  box-shadow: 0px 0px 1px #000000a8;
}
button {
  border: none;
  padding: 7px;
  box-shadow: 0px 0px 2px #000000c4;
  color: #5e5d5d;
  cursor: pointer;
}
