html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: consolas, monospace;
}

body {
  height: 100svh;
  width: 100vw;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1d1f20;
}

.main {
  width: calc(100% - 10vh);
  height: calc(100% - 10vh);
  margin: 5vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid #ededed 3px;
  border-radius: 10px;
}

.img-profile {
  width: 100px;
  margin-bottom: 20px;
  border-radius: 100%;
}

.text {
  margin: 10px;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 100;
  color: #ededed;
}
