* {
  margin: 0;
  padding: 0;
}

header {
  background: linear-gradient(183deg, #c1ffd4 42%, #000000 95%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Impact";
  font-size: 3em;
  text-align: center;
  transform: skewY(-8deg) scaleY(1.3) scaleX(0.8);
  filter: drop-shadow(2px 2px 0px rgba(11, 17, 86, 0.8));
  padding-top: 15px;
}

article h1
{
  text-align: center;
  padding: 15px;
}

article
{
  border-style: groove;
  border-style: d
}

.stardolphinR
{
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
}

.stardolphinL
{
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
}

.tools_menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0, 0, 0, 0;
  flex-wrap: wrap;
}

.tools_item {
  width: 33%;
  height: 16em;
  text-align: center;
  background-color: #c1ffd4;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}



.tools_item:hover {
  background-color: #086c60;
  color: #c1ffd4;
  transition: background-color 0.3s ease;
}

.disabled {
  cursor: not-allowed;
}

.disabled:hover {
  background-color: rgb(67, 84, 93);
}

.tools_item img {
  object-fit: contain;
  width: 90%;
  height: 90%;
}

body {
  background-color: #037F7D;
}

body .container {
  background-color: #c1ffd4;
  display: block;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  margin-top: 50px;
  font-family: Arial, sans-serif;
}