* {
    margin: 0;
    padding: 0;
}

/*a {
    color: rgb(16, 168, 16);
    text-decoration:none;
  }

a:hover {
    text-decoration:underline;
}

a:visited {
    color: darkgreen;
}
*/
/*header {
    background-image: radial-gradient(rgb(93, 215, 99), rgb(2, 247, 2));
    height: 6em;
    text-align: center;
    border-radius: 4px;
    border: 1px solid hidden;
    padding-top: 1em;
}
*/

/*

    margin: 1em;
    color: darkgreen;
    text-shadow: none;
}

.header-links:hover {
    color: green;
}

#header-links-group {
    margin-top: 1em;
}
*/
.header-links {
    text-decoration: none;
}

.header-links:hover {
    text-decoration: underline;
}
/*
table,
th,
td {
    border: 1px solid;
    text-align: center;
}

th {
    background-image: radial-gradient(rgb(93, 215, 99), rgb(2, 247, 2));
}

table {
    width: 100%;
}
*/

.homepage-button {
    background-image: radial-gradient(rgb(93, 215, 99), rgb(2, 247, 2));
    border-radius: 20px;
    padding: .4em;
    margin: 1em;
    justify-self: center;
    text-decoration: none;
    color: darkgreen;
    text-shadow: 1px, 1px black;
}

.homepage-button:hover {
    color: green;
    background-image: radial-gradient(rgb(99, 246, 99), rgb(21, 219, 21));
}

#homepage-links {
    text-align: center;
    justify-content: space-evenly;
    margin-top: 2em;
    width: 100%;
}

#homepage-link {
    text-decoration: none;
    color: darkgreen;
}

#homepage-link:hover {
    color: green;
}

#homepage-image {
    display: block;
    margin-top: 2em;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.image-container {
    text-align: center;
}

.page-title-container {
    padding: 3.5em;
    background-image: url('images/homepage/vinyl_player_background_image.jpg');
    background-size:cover;
    background-position-y: -65%;
    
}

.page-title{
    color: rgb(0, 255, 110);
    text-shadow: -2px 1px black;
    font-size: 2.5em;
    opacity: 100%;
}

.big-stats-container{
    display: flex;
    justify-content: center;
}

.big-stats{
    text-align: center;
    margin: 1em;
}

.chart-container{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content:center;
    align-items:center;
}

.chart-single-container{
    width: min-content;
    margin: .5em;
    margin-top: 1em;
}

.chart-single-container h2{
    text-align: center;
}

#country-pi-chart-container{
    padding-left: calc(50% - 20em);
}

#country-pi-chart{
    width: 40em;
    
}
 /*
#date-bar-chart{
    width: 30em;
}
*/
#length-bar-chart{
    width: 30em;
}

#song-alphabet-chart{
    width: 30em;
}

#album-alphabet-chart{
    width: 30em;
}

#artist-alphabet-chart{
    width: 30em;
}




