 body {
  background-color: black;
  font-family: SegoeUI;
}

h1 {
  color: white;
  text-align: center;
  font-family: SegoeUI;
}

p {
  color: white;
  font-family: SegoeUI;
}

.textborder {
  border: 6px ridge #edd166;
  color: white;
  position: relative;
  margin: auto;
  width: 50%;
  padding: 10px;
  text-align: center;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
    font-weight: 400;
}

@font-face {

font-family: "Lucida";

src: url("https://file.garden/ZeUf2xqOoVX2pu0D/Lucida%20Console%20Regular.woff");

}