:root {
    font-size: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    --main-color: rgb(153, 129, 92);
    --bg_color: rgb(0, 0, 0);
    --title-font:Playfair Display;
    --price-font:arial, sans-serif
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body{
    background-color:var(--bg_color) ;
    font-family: "Abadi MT Condensed Extra Bold";
    font-size: 5rem;
}

div{
    margin: auto;
}
img{
    margin: auto;
    display: block;
}
iframe{
    display: block;
    margin: auto;
    border: 1px solid white;
}

h1{
    color: rgb(255,0,0);
    text-align: center;
}

a {
    color: white;
    padding: 14px 10px;
    text-decoration: none;
    font-size: 1.1rem;
}