body{
    height: 100vh;
    background: linear-gradient(135deg, rgb(10, 10, 20) 0%, rgb(16, 37, 36) 50%, rgb(15, 15, 26)) 100%;
}
.main-title{
    color: turquoise;
    font-family:monospace;
    font-weight:bold;
    font-size: auto;
    -webkit-text-stroke: 0.4px black;
    text-align: center;
    margin-bottom: 10px;
}

.main-title-intro{
    color: white;
    font-family:monospace;
    font-weight:bold;
    font-size: auto;
    -webkit-text-stroke: 0.4px black;
    text-align: center;
}

.player{
  width: 25%;
  align-items: center;
  margin: auto;
}

.info{
    color: white;
    font-family:monospace;
    font-weight:bold;
    font-size: auto;
    -webkit-text-stroke: 0.4px black;
    text-align: center;
}

.links{
    padding: 10px 20px;
}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    
}

