@font-face {
  font-family: SourceCodePro;
  src: url(../fonts/SourceCodePro-Regular.ttf.woff);
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: SourceCodePro, "Source Code Pro", monospace;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;

}

a {
  color: #d62740;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 20px;
}
