@font-face {
  font-family: coolvetica-hv-comp; /* set name */
  src: url(font/coolvetica/coolvetica-hv-comp.otf) format("opentype"); /* url of the font */
}

@font-face {
  font-family: coolvetica; /* set name */
  src: url(font/coolvetica/coolvetica.otf) format("opentype"); /* url of the font */
}

body {
    background-color: #121212;
}

a {
    text-decoration: none;
}

h1 {
    font-family: coolvetica-hv-comp;
    color: #fdfdfd;
    font-size: 64px;
    margin: 24px;
}

h2 {
    font-family: coolvetica-hv-comp;
    color: #fdfdfd;
    font-size: 48px;
    /* margin-top: 18px; */
    
    margin: 0px;
}

h3 {
    font-family: coolvetica-hv-comp;
    color: #fdfdfd;
    font-size: 36px;
    margin-bottom: 18px;
    margin-top: 0px;
}

h4 {
    font-family: coolvetica-hv-comp;
    color: #fdfdfd;
    font-size: 24px;
    margin: 0px;
}

main {
    /* margin-bottom: 64px; */
}

.album-art {
    max-height: 500px;
    max-width: 90%;
}

.socials-icon {
    height: 24px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 95%;
  text-align: right;
}

.footer-text {
    font-family: coolvetica;
    color: #fdfdfd;
    font-size: small;
}
