:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

@font-face {
  font-family: Amazon;
  src: url(../font/AmazonEmber_W_Rg.woff);
}

.amazon-call {
  font-family: Amazon;
  font-size: 1em;
  text-decoration: none;
  color: #000000;
}

.amazon-call:hover{
  font-family: Amazon;
  font-size: 1em;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

/*=============================================
=             Background animation                =
=============================================*/

canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  z-index: -1;
  opacity: 0.5;
}

/*=====  End of Default CSS  ======*/

