:root{
    --negro: #000000;
    --gris-oscuro: #222222;
    --gris: #333333;
    --white: #F7F0F5;

    --black-forest: #143109;
    ---blue-slate: #546A76;

    --amarrillo: #EEE82C;
    --naranja: #f05d23;
}

@font-face {
    font-family: 'Old English Five';
    src: url('/assets/OldEnglishFive.woff2') format('woff2'),
        url('/assets/OldEnglishFive.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    padding: 0;
    margin: 0;
    border: 0;
    justify-content: center;
    align-items: center;
    user-select: none;
}

body {
  background-color: #222222;
  height: 100vh;
  user-select: none;
  margin: 0;
  overflow-x: hidden;
}


li, a{
    text-decoration: none;
    text-decoration-line: none;
    list-style-type: none;
}

section{
  padding-top: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 3rem;
  justify-content: center;
}


#bloq1{
    display: block;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#bloq1 h1{
    padding: 0;
    margin: 0;
    border: 0;
    display: flex;
    font-family: 'Old English Five';
    color: white;
    font-size: 200px;
    opacity: 0.4;
}


/* Discography */
#bloq2{
    display: block;
    margin: 0 auto;
    position: relative;
    align-items: center;
    width: 80%;
    box-shadow: 
    -4px -4px 30px #333333,
    4px 4px 30px #333333;
    z-index: 100;
}

#axial_era{
    display: block;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 120px);
    gap: 5rem;
}

#axial_era_single{
    display: block;
    margin: 0 auto;
    width: 100%;
}

#axial_era_single li{
    display: flex;
    padding: 1rem;
    gap: 2rem;
    justify-content: center;
}

.cover_axial{
    width: 250px;
    height: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    object-fit: cover;
}

iframe{
    width: 50%;
    height: 152px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* INFORMATION - MEDIA */
#info_media{
    display: block;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#info{
    display: block;
    margin: 0 auto;
    max-width: fit-content;
    text-align: center;
    color: var(--white);
    opacity: 0.6;
}

#media{
    display: block;
}

#stream{
    display: flex;
    padding-top: 1rem;
    gap: 2rem;
}

#stream img{
    width: 35px;
}
