html {
    min-height: 100%;
    font-size: large;
    font-family:'Courier New', Courier, monospace;
}

body {
    height: 100%;
    /* background-color: rgb(18, 33, 26); */
    background: linear-gradient(160deg,rgb(89, 161, 125) 0%, rgb(18, 33, 26)100%);
    /* background: linear-gradient(160deg,rgba(37,0,186,1) 0%, rgba(9,9,121,1) 30%, rgba(2,0,36,1) 100%); */
}


header.navbar{
    max-width: 950px;
    width: fit-content;
    margin: auto;
    justify-content: center;
}

header.navbar a:hover, .button:hover, .active-tab {
    cursor: pointer;
    color: antiquewhite !important;
    border-color: wheat !important;
    font-weight: bold;
}

header.navbar a, .button {
    font-size: large;
    color: wheat;
    text-decoration: none;
    display: inline-block;
    background-color: black;
    padding: 10px;
    border: 5px;
    border-style: dotted;
    border-color: black;
    transition: all 0.2s ease-out;
    border-radius: 10px;
    margin-bottom: 10px;
}

input {
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;
    color: wheat;
    text-decoration: none;
    /* display: block; */
    background-color: black;
    border-radius: 10px;
    transition: all 0.1s ease-in;
    padding: 10px;
    margin: 5px;
    border: 1px;
    border-style: solid;
}

input[type='submit']{
    cursor: pointer;
}

a {
    text-decoration: none;
    color: goldenrod;
}

a:hover {
    color: wheat;
}

div.wrapper {
    padding: 15px;
    margin: auto;
    margin-bottom: 2em;
    max-width: 1000px;
    background-color: black;
    color: wheat;
    border: 10px;
    border-color: wheat;
    border-style: dashed;
    border-radius: 10px;
}

figure {
    width: 40%;
    display: block;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px; 
}

figure img {
    width: 100%;
}

figcaption {
    text-align: center;
    font-style: italic;
}

div.card {
    padding: 15px;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: dimgrey;
    color: wheat;
    border: 5px;
    border-color: wheat;
    border-style: dashed;
    border-radius: 5px;
    overflow-wrap: break-word;
}

.unvisible {
    display: none;
}

.visible {
    display: block;
}

div.songtext {
    margin-top: 30px;
    transition: 0.1s;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

div.songtext table.chorus{
    margin-left: 5%;
}

