/*
    NagaokaPawnshop.css
    Copyright 2024 NagaokaPawnshop
    All rights reserved.
*/


body {
    background-color: #000 !important;
    color: #e9e9e9 !important;
    font-family: 'Times New Roman' !important;
    transition: 1s !important;
    background-image: url('../images/bg.gif');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    color: #fff !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
}

label {
    margin: 0px !important;
}

header {
    font-size: xx-large;
}

main a {
    font-family: 'Arial Black';
}

main section label {
    font-family: Verdana;
    font-size: 16pt;
}

hr {
    border: 1px solid gold;
}

footer {
    font-family: Arial !important;
    font-size: 10pt !important;
    overflow: hidden;
}

    footer a {
        color: gold !important;
    }
