img {
width: 300px;
}

body {
    text-align: center;
    font-family: "DynaPuff", system-ui;
      font-optical-sizing: auto;
      font-weight: 900;
      font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 20px;
    background-color: rgb(72, 42, 0);
    color: rgb(255, 184, 134)
}

h1 {
    text-align: center;
    font-family: "DynaPuff", system-ui;
      font-optical-sizing: auto;
      font-weight: 900;
      font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 80px;
    color: rgb(255, 184, 134);
    margin-bottom: 0px;
}

h2 {
    text-align: center;
    font-family: "DynaPuff", system-ui;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
    font-variation-settings:
    "wdth" 100;
    color: rgb(255, 184, 134)
}

footer {
    color: rgb(255, 184, 134);
    text-decoration: none;
    text-align: center;
    font-family: "DynaPuff", system-ui;
      font-optical-sizing: auto;
      font-weight: 200;
      font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 10px;
}
a {
    color: rgb(255, 184, 134);
    text-decoration: none;
    text-align: center;
    font-family: "DynaPuff", system-ui;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
    font-variation-settings:
    "wdth" 100;
    text-decoration: underline;
    font-size: 30px;
}

a:hover {
    color: rgb(178, 133, 82);
}

b {
    color: rgb(255, 184, 134);
    text-decoration: none;
    text-align: center;
    font-family: "DynaPuff", system-ui;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 30px;
}

c {
    color: rgb(255, 184, 134);
    text-decoration: none;
    text-align: center;
    font-family: "DynaPuff", system-ui;
      font-optical-sizing: auto;
      font-weight: 200;
      font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 15px;
}

d {
    text-align: center;
    font-family: "DynaPuff", system-ui;
      font-optical-sizing: auto;
      font-weight: 900;
      font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 25px;
    background-color: rgb(72, 42, 0);
    color: rgb(255, 184, 134);
}