@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
    text-align: center;
}

h1 {
    font-family: 'Roboto', sans-serif;
}

body {
    background-image: linear-gradient(pink, rgb(159, 197, 255));
}

.track-title {
    font-family: 'Lora', serif;
    font-size: x-large;
}

.license-type {
    font-size: large;
}

.attribution {
    padding: 10px;
    width: 60%;
    margin-left: 20%;
    border: 3px solid grey;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: -1px 1px grey, -2px 2px grey, -3px 3px grey, -4px 4px grey, -5px 5px grey;
    border-radius: 15px;
}