
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&family=Murecho:wght@100..900&family=Noto+Sans+Mono:wght@100..900&display=swap');
.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

body {
	font-size: 12px;
	font-family: "Courier Prime", monospace;
	text-align: center;
	background:linear-gradient(to top, rgba(52, 52, 52, .8), rgba(52, 52, 52, .8)), url("giphy.gif")no-repeat center center fixed;
     -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#d49025;

    
}
.center {
	/* required */
	 bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 10%;
  right: 0;
  width: 25%;
    font-size:10px;
      color:#fff;
}
p {
	font-family: "Courier Prime", monospace;
	letter-spacing:1.5px;
}
.center a{
    position:absolute;
    margin: 0 auto;
    left:0;
    right:0;
    text-decoration: none;
    color:#fff;
}
.footer {
	max-width: 600px;
	/* required */
	margin: auto;
	position: absolute;
	left: 0;
	bottom: 10%;
	right: 0;
}
.clients {
	text-align: left;
	list-style-type: none;
    display:inline;
    
}

.footer a{
      font-size:10px;
      color:#fff;
    letter-spacing: .075em;
}
.footer img{
      max-width: 50px;
}


@media only screen and (max-width: 720px) {
  body {
    font-size:13px !important;
  }
  .center{
      width: 50%;
  }
}
