@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
html {
  font-size: 24px;
}
body {
  font-family: Roboto Mono;
  margin: 10%;
}
h1 {
  font-size: 1.2rem;
}
li {
  list-style-type: none;
  margin: 16px;
}
.yt {
  margin: 8rem;
  text-align: center;
  font-size: 0.75rem;
}
.yt img {
  width: 100%;
  border-radius: 16px;
}
