@import './fonts.css';

body,
html {
  margin: 0;
  font-family: "Roboto", sans-serif, Arial, helvetica, sans-serif;
}

.aguarde {
  background: rgb(51, 18, 64);
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

a,
a:hover {
  text-decoration: none;
}

i {
  margin-right: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Agency FB";
  font-weight: 700;
  text-transform: uppercase;
  margin: auto;
  line-height: inherit;
}

h3 {
  color: #fff;
  padding: 0;
  margin: 35px 0 0;
  font-size: 20px;
}

ul {
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 0;
  width: 100%;
}

li {
  margin: 0 10px;
}

ul li a {
  color: #fff;
  font-size: 15px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}