/* CSSに慣れてません */

.info {
  -webkit-text-fill-color: rgb(10, 240, 240);
  -webkit-text-stroke: 0.5px;
}
.warning {
  -webkit-text-fill-color: rgb(255, 230, 0);
  -webkit-text-stroke: 0.25px;
}
.danger {
  -webkit-text-fill-color: rgb(245, 96, 9);
  -webkit-text-stroke: 0.25px;
}

body {
  background-color: rgb(55, 59, 56);
}
a {
  color: white;
}
p {
  color: rgb(189, 189, 189);
}