/* 
    Created on : 27.01.2026, 21:25:12
    Author     : GHAB-Creators H&M
*/

*
{
    touch-action: manipulation;
}

body
{
    margin: 0px;
    min-height: 100vh;
    font-family: 'Courier New', monospace;
}

canvas
{
    display: block;
    max-width: 100%;
    margin: 50px auto;
    background-image: linear-gradient(to top right, #191970, #0000CD);
}

.title
{
    font-size: 35px;
    text-align: center;
}

.title > div:first-child
{
    color: blue;
    font-weight: bold;
}

.subtitle
{
    color: grey;
    font-size: 16px;
    text-align: center;
}

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

.control-button
{
   width: 135px;
   height: 75px;
   font-size: 16px;
}

.play-pause-button
{
    width: 280px;
    height: 75px;
    font-size: 16px;
    margin-top: 10px;
}

.footer
{
    padding: 10px;
    min-height: 19px;
    margin-top: 50px;
    position: sticky;
    top: calc(100% - 39px);
    background: lightgrey;
}
