html {
    height: 100%;
}
body {
    min-height: 100%;
}
body {
    color: rgb(240, 240, 240);
    font-family: 'Lato', sans-serif;
    background-color: #1b1b1b;
    background-image: linear-gradient(315deg, #1b1b1b 0%, #3f3f3f 74%);
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* padding-bottom: 20px; */
    padding: 20px;
}
h1 {
    font-weight: 900;
    margin-block-end: 0;
}
h2 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
h3 {
    font-weight: 300;
    margin-top: 10px;
    font-style: italic;
}
main {
    /* margin-top:20px; */
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    max-width: 700px;
    text-align: center;
}

.center {
    text-align: center;
}

.absolute-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.responsive-image {
    max-width: 100%;
}

#cover {
    max-width: 400px;
    margin: 0 auto
}
#description {
    font-weight: 300;
    max-width: 400px;
    margin: 0 auto;
}
#listen-now {
    margin-bottom:50px;
}
#platforms {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.platform-logo {
    display: inline-block;
    max-width: 75px;
    width: 20%;
    margin-right: 20px;
}
.platform-logo:last-child {
    margin-right: 0;
}
