* {
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-weight: 900;
  color: hsl(360, 100%, 36%);
}


#channel-link {
  margin: 0;
}

#main {
  margin-top: 75px;
}



body {
  background-color: hsl(42, 85%, 95%);
  text-align: center;
  height: 95vh;
}

button {
  border: none;
  border-radius: 7px;
  width: 225px;
  height: auto;
  padding: 20px;

  background-color: inherit;
  font-size: 20px;

  text-align: center;
  display: block;
  margin: auto;
  position: absolute;

  cursor: pointer;
}
