html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Money_and_Financial_Data_-_Finance_Concept.jpg');
    background-position: 50% -20%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
}

img#coinstack {
    width: 3rem;
    height: 3rem;
    margin-right: 10px;
    filter: invert(64%) sepia(57%) saturate(410%) hue-rotate(357deg) brightness(91%) contrast(84%);
}

header {
    background-color: #0b1826;
    color: white;
    margin: none;
}

h1 {
    margin: 0.5rem;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    font-size: 2.7rem;
    font-weight: bold;
    background-image: linear-gradient(to right,
            #462523 0,
            #cb9b51 22%,
            #f6e27a 45%,
            #f6f2c0 50%,
            #f6e27a 55%,
            #cb9b51 78%,
            #462523 100%);
    color: transparent;
    -webkit-background-clip: text;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 0rem;
    margin-top: 0.2rem;
    font-family: 'Times New Roman', serif;
    font-weight: bold;
}

h3 {
    font-size: 1.1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.6rem;
    color: rgb(170, 168, 168);
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    transform: skew(0.10rad);
}

h4 {
    font-family: 'Merienda', cursive;
    font-size: 1.7rem;
    font-weight: bold;
}

#promoInfo p {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: black;
}

#login p,
#register p {
    height: 2.8rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(11, 24, 38);
    border-radius: 3px;
    color: white;
    border: solid;
    border-width: 0.5px;
    border-color: black;
    margin: 0 0 0.4rem 0;
    font-size: 1.5rem;
    font-family: 'Lobster', cursive;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

li {
    padding: 0.5rem;
    font-size: large;
}

li::marker {
    content: '✓';
    color: green;
    font-weight: bold;
    font-size: 1.2rem;
}

hr {
    width: 90% !important;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

button {
    width: 100%;
    height: 3.8rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    border-color: #0b1826;
    display: flex;
    justify-content: center;
    align-items: center;
}

button>img {
    align-self: center;
    margin: 0;
    padding-left: 1rem;
}

button:hover {
    transform: translateY(0.05rem);
    cursor: pointer;
}

#login button {
    background-color: green;
}

#register button {
    background-color: rgb(22, 85, 85);
}

#citation {
    font-style: italic;
}

div#promoInfo {
    background-color: #dcdfe4;
    border-radius: 5px;
    border-color: black;
    border: solid;
    border-width: 2px;
}

.listItems {
    height: 1.4rem;
    width: auto;
    margin-left: 0.5rem;
}

.line-cut {
    display: inline-flex;
}