* {
  box-sizing: border-box;
}


html,
body {
  margin: 3%;
  font-family: arial, sans-serif;
  background: black;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95%;
  padding: 5rem;
}

.text {
  color: #fff;
  font-size: 85px;
  letter-spacing: 0.07em;
}

.footer {
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #00d9a6;
}

a {
    color: #e9193e;
}

a:hover {
    color: #e9193e;
    font-style: underline;;
}

em {
    color: #e9193e;
    font-style: normal;
}

.fa {
    color: #e9193e;
    font-size: 45px;
}

.fa:hover {
    color: #00d9a6;
}

@media only screen and (max-width: 500px) {
    body {
        font-size: 30px;
	margin: 0;
    }

    .text {
        font-size: 30px;
    }

    .footer {
       font-size: 10px;
    }

}
