body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

body {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.container {
  width: 100vw;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 50px;

  border: 1px solid #010101;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #00000066;
}

.welcome {
  font-size: 28px;
  line-height: 32px;
  color: #101010;
}

.secondary-text {
  font-size: 24px;
  line-height: 28px;
  text-align: start;
  color: #101010;
  width: 100%;
  margin-top: 16px;
}

.device-text {
  font-size: 20px;
  line-height: 24px;
  text-align: start;
  width: 100%;
  margin-top: 16px;
}
