* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

body {
  background: rgb(2, 0, 36);
  background: radial-gradient(
    circle,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 0, 26, 1) 93%
  );

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  margin-bottom: 30px;
}

header img {
  height: 150px;
  border-radius: 50%;

  margin-bottom: 20px;
}

header strong {
  color: #eee;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;

  margin-bottom: 5px;
}

header span {
  color: #aaa;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

div.contatos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

div.contatos a {
  text-decoration: none;
  margin: 10px 0;
  color: #eee;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

div.suporteContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div.suporteContent h3 {
  color: #fff;
  margin-bottom: 5px;
}

div.suporteContent span {
  color: #fff;
  margin-bottom: 20px;
}

.contatoItem {
  margin-bottom: 10px;
}

.contatoItem strong {
  color: #eee;
}

.contatoItem a {
  color: #eee;
}
