@font-face {
            font-family: coolvetica;
            src: url(decorations/Coolvetica.otf);
        }

@font-face {
            font-family: didot;
            src: url(decorations/Didot.ttf);
        }

h1{
    font-family: "coolvetica";
    width: 100%;
    text-align: right;
    background: -webkit-linear-gradient(#b67171, #000000);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
}

p{
    font-family: "didot";
    background-color: rgba(230, 185, 185, 0.27);
}

h2{
    font-family: "coolvetica";
    text-align-last: center;
    font-size: 20px;
    background-color: rgba(230, 217, 185, 0.27);
}