html {
    background-color:#700C08;
    font-family: "Montserrat", sans-serif;
    background-image:url("images/vecteezy_Ivan-Effendi_bg.png");
    background-size:contain;
}
.cursive { font-family: "Imperial Script", cursive; }
#mainDiv {
    width:80%;
    margin:40px auto 10px auto;
    text-align:center;
    color:gold;
    font-size:16px;
    line-height:1.4;
}
a { color:gold; }
#roundel {
    max-height:120px;
    max-width:120px;
    margin-bottom:30px;
}
.heading {
    font-size: 80px;
    line-height:1;
    margin:5px 0 20px 0;
}
.info { padding-top:10px; }
.wide {
    letter-spacing:3px;
    text-transform:uppercase;
    font-weight:bold;
    font-size:15px;
}
#extras {
    font-size:12px;
    margin-top:30px;
}
.sub { font-size:10px; }
.sub, .sub a { color:goldenrod; }
#credit {
    margin-top:30px;
    width:100%;
    text-align: center;
}
#credit a { opacity:0.5; }