* {
  margin: 0;
}

/* Cascating Stylesheet */
html,
body {
  --black: hsl(240, 6, 13%);
  --grey: hsl(240, 9%, 89%);

  height: 100%;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  display: grid;
  place-items: center;
}

main {
  background: url(images/mask.jpg);
  width: 358px; /* largura */
  height: 540px;
}

body {
  background-image: url(./images/Desktop.jpg);
  background-repeat: no-repeat;
  background-size: 100vmax;
  
}

.container {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

  color: var(--grey);
}

.faixa {
  list-style: none;
  margin-right: auto;
  margin-left: auto;
}

.faixa span {
  position: relative;
  top: -140px;
  z-index: 1;
}

.quebra {
  list-style: none;
  margin-right: auto;
  margin-left: auto;
}

.quebra span {
  position: relative;
  top: -155px;
}

.avatar {
  width: 10rem;
  margin: -6.8rem auto 0;
  position: relative;
}

.avatar span {
  position: absolute;
  top: -15px;
  z-index: 1;
}

.avatar > img {
  width: 10rem;
  height: 11.5rem;
  object-fit: cover;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

h1 {
  font-size: 1.5rem;

  margin-top: 1.5rem;
}

a {
  color: var(--grey);

  text-decoration: none;
  margin-top: 0.25rem;

  display: flex;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

p {
  margin-top: 2rem;
}

ul {
  margin-top: 2rem;
  list-style: none;
  padding: 0;

  display: flex;
  gap: 0.5rem;

  justify-content: center;
}
