@font-face {
  font-family: "Transform";
  src: url("transform.woff2") format("woff2")
}
@font-face {
  font-family: "Normal";
  src: url("normal.woff2") format("woff2")
}

body {
  background: #ECE9E6;
  background: -webkit-linear-gradient(to top, #FFFFFF, #ECE9E6);
  background: linear-gradient(to top, #FFFFFF, #ECE9E6);
  /*display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;*/
  font-family: "Normal" !important;
}

.logo-d {
  border-radius: 100%;
  border: 3px solid #39b6ff;
}

h1, h2, h4, h5, h6 {
  font-family: "Transform" !important;
  letter-spacing: 1px;
}

h3 {
  font-family: "Normal" !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
}

.trash {
  height: 100vh !important;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.faceapp-blue {
  color: #39b6ff !important;
}

.faceapp-grey {
  color: #777 !important;
}

.img-100 {
  width: 100% !important;
}

.logo {
  text-align: left;
  width: 50px;
  height: auto;
  border-radius: 100%;
}

.img-effect {
  border-radius: 4px;
  border: 1px solid rgba(119,119,119,0.5);
}

hr {
  margin-left: -15px;
  margin-right: -15px;
  border: 1px solid rgba(119,119,119,0.5);
}
