* {
  margin: 0px;
  padding: 0px;
  font-family: Viga;
}

body {
  background: grey;
  height: 637px;
}

.main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: fixed;
  background: rgba(0, 0, 0, 0.4);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 0 15px;
}

.main h2 {
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.button {
  width: 50px;
  height: 50px;
  font-size: 25px;
  margin: 2px;
  cursor: pointer;
  border: none;
  background: #607d8b;
  color: white;
  border-radius: 25px;
}

.btn-green {
  background: lightgreen;
  color: #607d8b;
}

.textarea {
  width: 204px;
  margin: 4px;
  font-size: 20px;
  padding: 10px;
  border: none;
  color: #607d8b;
  border-radius: 25px;
  text-align: right;
}

.footer-content {
  background-color: lightgrey;
  font-weight: lighter;
  color: black;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  text-align: center;
  margin-left: -10px;
}
