body {
    margin: 0;
    font-family: Arial;
    background-color: #2b233e;
    color: #b190fe;
}

p {
    margin: 0px;
}

a {
    color: inherit;
}

.special {
    transition: all cubic-bezier(.2,-.25,0,1.6) 0.2s;
    letter-spacing: normal;
}

.special:hover {
    letter-spacing: 0.12em;
}

.main {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-inner {
    display: block;
    padding: 30px;
    max-width: 500px;
}

.artist {
    font-size: 20px;
}

.info {
    font-size: 20px;
}

.subheader {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.nav-link {
    color: inherit;
    text-decoration: none;
    background-position: 0 calc(1em + 3px);
    background-image: linear-gradient(to right,#b190fe,#b190fe);
    background-size: 0% 1px;
    background-repeat: no-repeat;
    display: inline;
    padding-bottom: 3px;
    transition: all cubic-bezier(.2,-.25,0,1.6) 0.5s;
}

.nav-link:hover {
    background-size: 100% 1px;
}

.secret {
    text-decoration: none;
}

.secret:hover {
    text-decoration: underline;
}

/*Fonts*/

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/arial/arial.ttf);
}

@font-face {
    font-family: 'Arial Condensed';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/arial/Arialn.ttf);
}

@font-face {
    font-family: 'Arial Condensed';
    font-style: normal;
    font-weight: lighter;
    src: url(fonts/arial/ArialTh.ttf);
}