html {
  height: 100%;
}

body {
  min-height: 100%;
}

.name {
  font-size: 42px;
  line-height: 34px;
}

.desc {
  font-size: 18px;
  text-align: center;
}

.content {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(11, 11, 11);
  color: white;
  font-family: 'Roboto', sans-serif;
  gap: 20px;
}

iframe {
  width: 100vw;
  height: 100vh;
  border: 0;
}
