body{
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}

.footer {
  margin-top: 20px;
  height: 80px;
  background-color: rgba(16, 13, 0, 1);
  width: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer a {
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
}
.icon1{
  border-radius: 5px;
}