body{
  background:#111;
  color:white;
  font-family:Arial;
  text-align:center;
}

button{
  padding:12px 20px;
  margin:10px;
  border:none;
  border-radius:8px;
  background:#4CAF50;
  color:white;
  cursor:pointer;
}

.trust{
  margin:20px;
  color:#ccc;
}

