/* hi. i hope you're ok. */
@font-face {
font-family: "dos";
src: url("dos.ttf?#iefix") format("truetype"); 
}

  .center {
  margin: auto;
  text-align: center;
  width: 90%;
  border: 3px solid #00FAC1;
  padding: 10px;
}
body {
  background-color: black;
  color: black; 
  font-family: "dos";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 127vh;
  margin: 0;
  text-align: center;
  background-image: url('https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExZ2h6N21rYnJwcnBob3luZ2EzazZ5YWxjeDYzZzIyZWVkdnIxaXBwMSZlcD12MV9naWZzX3NlYXJjaCZjdD1n/fbQgXjfxszJTO/giphy.gif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1, p {
  font-family: "dos";
  font-size: 22px;
  color: black; 
}
