body
{
    background-color: #FFD700;
}


.inconsolata-1 {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.source-code-pro-1 {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.center
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color: #fff;
    padding: 20px 100px;
    border-radius: 25px;
}

h1
{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 8px;
}

