@font-face {
    font-family: puff;
    src: url(DynaPuff/DynaPuff-VariableFont_wdth\,wght.ttf);
}

body {
    text-align: center;
    background-color: rgb(255, 207, 117);
}

h1, h2, h3 {
    font-family: puff, sans-serif;
    color: #ff7349;
    text-shadow: 5px 0px 0px #bb5334;
    margin-bottom: 0;
    margin-top: 1em;
}

h1 {
    font-size: 85px;
    line-height: 0.5;
}

h1 small {
    font-size: 50%;
}

h2 {
    font-weight: normal;
    font-size: 60px;

}

h3 {
    font-size: 40px;
}

iframe {
    border: 12px groove rgb(206, 69, 69)
}