@font-face {
  font-family: "tr";
  src: url("../fonts/Tangerine-Regular.eot");
  src: url("../fonts/Tangerine-Regular.woff") format("woff"),
       url("../fonts/Tangerine-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot"),
       url("../fonts/Roboto-Regular.woff") format("woff"),
       url("../fonts/Roboto-Regular.ttf") format("truetype");
}


html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fadcda;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "Roboto", "Helvetica", "sans-serif";
}

.wrap {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.wrap .logo {
  width: 100%;
  max-width: 500px;
}

.wrap h1 {
  font-family: "tr";
  color: #a37a80;
  font-size: 5rem;
  margin: .5rem 0 0;
}

.wrap a .fa-brands {
  color: #a37a80;
  font-size: 3rem;
  margin: 0 .5rem;
  transition: color ease-in-out .2s;
}

.wrap a .fa-brands:hover,
.wrap a .fa-brands:active,
.wrap a .fa-brands:focus {
  color: #7e565c;
}