.tools-container {
  padding: 10px 10px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.logo-box {
  width: 130px;
  height: 130px;
  padding: 15px 15px;
  text-align: center;
  background-image: url("../img/cloudy.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.tools-container header {
  text-align: center;
  padding: 10px 10px;
}
#title {
  color: #fff;
  letter-spacing: 1px;
  font-size: 35px;
  padding: 10px 10px;
}
#descryption {
  color: grey;
  letter-spacing: 1px;
  font-size: 15px;
}
