html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Arial', sans-serif;
}
body {
    background-image: url("images/nujabes_background.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;

}
/* tr img{
    padding: 0;
    margin: 0;
    width: 400px;
    height: 340px;
    margin: 15px;
    border-radius: 15px;
} */
td{
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Allura', 'cursive';
    font-size: 2rem;
    
}
#container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
#bio_div{
    margin: 10px;
}
#bio_div p{
    padding: 25px;
    font-size: 1.2rem;
    font-family: 'Arial', sans-serif;
}
#quote_box_div{
    margin: 10px;
}
#quote_box_div p{

    font-size: 1.2rem;
    font-family: 'Arial', sans-serif;
}
#xp-content-quote{
    padding: 15px;
}
.reload_quote{
    background-color: #093c2d;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    border: 4px solid #061f16;
}
#discography_div{
    margin: 10px;
}
.links {
    display: inline-block;
    margin: 20px auto;
    padding: 8px 24px;
    background: linear-gradient(to bottom, #e9e9e9 0%, #bcd6ee 100%);
    border: 2px solid #145399;
    border-radius: 0;
    color: #145399;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 1px 1px 3px #0002;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    text-align: center;
}
.links:hover {
    background: linear-gradient(to bottom, #d0e4f7 0%, #a6c8e0 100%);
    color: #093c2d;
    border-color: #093c2d;
}
body h1{
    font-family: 'Allura';
    color: white;
    margin: 15px;
    letter-spacing: 4px;
    text-align: center;
}
tr img:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}
.gifs img{
    width: 300px;
    height: 200px;
    box-shadow: 2px 2px 10px #0008;
}

